public static enum TrexAttribute.ATTR_TYPE extends java.lang.Enum<TrexAttribute.ATTR_TYPE>
| Modifier and Type | Method and Description |
|---|---|
long |
value() |
static TrexAttribute.ATTR_TYPE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TrexAttribute.ATTR_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TrexAttribute.ATTR_TYPE BOOL
public static final TrexAttribute.ATTR_TYPE INT
public static final TrexAttribute.ATTR_TYPE FLOAT
public static final TrexAttribute.ATTR_TYPE STRING
public static final TrexAttribute.ATTR_TYPE ENUM
public static TrexAttribute.ATTR_TYPE[] values()
for (TrexAttribute.ATTR_TYPE c : TrexAttribute.ATTR_TYPE.values()) System.out.println(c);
public static TrexAttribute.ATTR_TYPE 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 namejava.lang.NullPointerException - if the argument is nullpublic long value()