Modifier and Type | Method | Description |
---|---|---|
Earr |
Earr._decode(String objectReference,
String applicationReference) |
Return the correct enum member for a given string/object reference.
|
Earr |
IconViewOptions.getArrangement() |
The property by which to keep icons arranged.
|
static Earr |
Earr.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Earr[] |
Earr.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
Class<Earr> |
Earr._getJavaType() |
Modifier and Type | Method | Description |
---|---|---|
void |
IconViewOptions.setArrangement(Earr arrangement) |
The property by which to keep icons arranged.
|