Modifier and Type | Method | Description |
---|---|---|
Evsz |
Evsz._decode(String objectReference,
String applicationReference) |
Return the correct enum member for a given string/object reference.
|
Evsz |
Application.getVisualSize() |
The size of the displayed visual.
|
static Evsz |
Evsz.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Evsz[] |
Evsz.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
Class<Evsz> |
Evsz._getJavaType() |
Modifier and Type | Method | Description |
---|---|---|
void |
Application.setVisualSize(Evsz visualSize) |
The size of the displayed visual.
|