Enum Constant and Description |
---|
_DUMMY_ELEM_ |
API_device |
API_layout |
API_loadimage |
API_render |
API_textlayout |
Modifier and Type | Method and Description |
---|---|
static EN_api_t |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EN_api_t[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EN_api_t API_render
public static final EN_api_t API_layout
public static final EN_api_t API_textlayout
public static final EN_api_t API_device
public static final EN_api_t API_loadimage
public static final EN_api_t _DUMMY_ELEM_
public static EN_api_t[] values()
for (EN_api_t c : EN_api_t.values()) System.out.println(c);
public static EN_api_t 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