|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<LayoutOptionData.Type>
de.cau.cs.kieler.kiml.LayoutOptionData.Type
public static enum LayoutOptionData.Type
data type enumeration.
Enum Constant Summary | |
---|---|
BOOLEAN
boolean type. |
|
ENUM
enumeration type. |
|
FLOAT
float type. |
|
INT
integer type. |
|
OBJECT
IDataObject type. |
|
REMOTE_ENUM
remote enumeration type. |
|
STRING
string type. |
|
UNDEFINED
undefined type. |
Method Summary | |
---|---|
String |
literal()
Returns a user-friendly literal for the enumeration value. |
static LayoutOptionData.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static LayoutOptionData.Type[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final LayoutOptionData.Type UNDEFINED
public static final LayoutOptionData.Type BOOLEAN
public static final LayoutOptionData.Type INT
public static final LayoutOptionData.Type STRING
public static final LayoutOptionData.Type FLOAT
public static final LayoutOptionData.Type ENUM
public static final LayoutOptionData.Type OBJECT
IDataObject
type.
public static final LayoutOptionData.Type REMOTE_ENUM
Method Detail |
---|
public static LayoutOptionData.Type[] values()
for (LayoutOptionData.Type c : LayoutOptionData.Type.values()) System.out.println(c);
public static LayoutOptionData.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
NullPointerException
- if the argument is nullpublic String literal()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |