Modifier and Type | Method | Description |
---|---|---|
Sodr |
Sodr._decode(String objectReference,
String applicationReference) |
Return the correct enum member for a given string/object reference.
|
Sodr |
Column.getSortDirection() |
The direction in which the window is sorted.
|
static Sodr |
Sodr.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Sodr[] |
Sodr.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
Class<Sodr> |
Sodr._getJavaType() |
Modifier and Type | Method | Description |
---|---|---|
void |
Column.setSortDirection(Sodr sortDirection) |
The direction in which the window is sorted.
|