public static enum EaseDebugVariable.Type extends java.lang.Enum<EaseDebugVariable.Type>
Enum Constant and Description |
---|
JAVA_OBJECT |
NATIVE |
NATIVE_ARRAY |
NATIVE_OBJECT |
PRIMITIVE |
Modifier and Type | Method and Description |
---|---|
static EaseDebugVariable.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EaseDebugVariable.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EaseDebugVariable.Type PRIMITIVE
public static final EaseDebugVariable.Type NATIVE
public static final EaseDebugVariable.Type NATIVE_OBJECT
public static final EaseDebugVariable.Type NATIVE_ARRAY
public static final EaseDebugVariable.Type JAVA_OBJECT
public static EaseDebugVariable.Type[] values()
for (EaseDebugVariable.Type c : EaseDebugVariable.Type.values()) System.out.println(c);
public static EaseDebugVariable.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 null