| Package | Description |
|---|---|
| com.independentsoft.share |
| Modifier and Type | Method and Description |
|---|---|
SortDirection |
Sort.getDirection()
Gets the direction.
|
static SortDirection |
SortDirection.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SortDirection[] |
SortDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Sort.setDirection(SortDirection direction)
Sets the direction.
|
| Constructor and Description |
|---|
Sort(java.lang.String propertyName,
SortDirection direction)
Instantiates a new sort.
|