|
![]() Quark Platform Documentation Version 1.7.0_0 Business Objects |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<Attribute.Type>
org.openquark.util.attributes.Attribute.Type
public static enum Attribute.Type
Attribute type constants
| Enum Constant Summary | |
|---|---|
ATTRIBUTE_SET
|
|
BOOLEAN
|
|
COLOR
|
|
DOUBLE
|
|
INTEGER
|
|
STRING
|
|
TIME
|
|
UNKNOWN
|
|
| Method Summary | |
|---|---|
static Attribute.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Attribute.Type[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final Attribute.Type UNKNOWN
public static final Attribute.Type COLOR
public static final Attribute.Type BOOLEAN
public static final Attribute.Type INTEGER
public static final Attribute.Type DOUBLE
public static final Attribute.Type STRING
public static final Attribute.Type ATTRIBUTE_SET
public static final Attribute.Type TIME
| Method Detail |
|---|
public static final Attribute.Type[] values()
for(Attribute.Type c : Attribute.Type.values())
System.out.println(c);
public static Attribute.Type valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
|
![]() Quark Platform Documentation Version 1.7.0_0 Business Objects |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||