Package | Description |
---|---|
java.lang |
Core Java classes
|
tijos.framework.util.json |
JSON-java suppport
|
Modifier and Type | Class and Description |
---|---|
class |
Enum<E extends Enum<E>> |
Modifier and Type | Method and Description |
---|---|
static <T extends Enum<T>> |
Enum.valueOf(Class<T> enumclas,
String name)
Deprecated.
not implemented in TiJOS
|
Modifier and Type | Method and Description |
---|---|
<E extends Enum<E>> |
JSONArray.optEnum(Class<E> clazz,
int index)
Get the enum value associated with a key.
|
<E extends Enum<E>> |
JSONArray.optEnum(Class<E> clazz,
int index,
E defaultValue)
Get the enum value associated with a key.
|