|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ExpressionLeaf.LeafType>
de.bsvrz.pua.prot.util.ExpressionLeaf.LeafType
public static enum ExpressionLeaf.LeafType
Typ, der in diesem Blatt gespeichert wird.
Enum Constant Summary | |
---|---|
ATTRIBUTE
Wert ist ein Attribut |
|
BOOL
Wert ist ein Bool |
|
DOUBLE
Wert ist ein Double |
|
FUNCTION
Wert ist eine Funktion |
|
LONG
Wert ist ein Long |
|
STRING
Wert ist ein String |
Method Summary | |
---|---|
static ExpressionLeaf.LeafType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ExpressionLeaf.LeafType[] |
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 ExpressionLeaf.LeafType STRING
public static final ExpressionLeaf.LeafType DOUBLE
public static final ExpressionLeaf.LeafType LONG
public static final ExpressionLeaf.LeafType ATTRIBUTE
public static final ExpressionLeaf.LeafType BOOL
public static final ExpressionLeaf.LeafType FUNCTION
Method Detail |
---|
public static final ExpressionLeaf.LeafType[] values()
for(ExpressionLeaf.LeafType c : ExpressionLeaf.LeafType.values()) System.out.println(c);
public static ExpressionLeaf.LeafType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |