public static enum TypeInfo.TYPE extends Enum<TypeInfo.TYPE>
Enum.EnumDesc<E extends Enum<E>>| Enum Constant and Description |
|---|
BOOLEAN |
FUNCTION |
NUMBER |
OBJECT |
STRING |
SYMBOL |
UNDEFINED |
| Modifier and Type | Method and Description |
|---|---|
static TypeInfo.TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeInfo.TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeInfo.TYPE OBJECT
public static final TypeInfo.TYPE FUNCTION
public static final TypeInfo.TYPE UNDEFINED
public static final TypeInfo.TYPE STRING
public static final TypeInfo.TYPE NUMBER
public static final TypeInfo.TYPE BOOLEAN
public static final TypeInfo.TYPE SYMBOL
public static TypeInfo.TYPE[] values()
public static TypeInfo.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 nameNullPointerException - if the argument is null