| Package | Description |
|---|---|
| com.ocs.dynamo.dao |
| Modifier and Type | Method and Description |
|---|---|
static SortOrder.Direction |
SortOrder.Direction.fromString(String value)
Translates the provided String into the corresponding Direction enum
|
SortOrder.Direction |
SortOrder.getDirection() |
static SortOrder.Direction |
SortOrder.Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortOrder.Direction[] |
SortOrder.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SortOrder |
SortOrder.with(SortOrder.Direction order) |
| Constructor and Description |
|---|
SortOrder(SortOrder.Direction direction,
String property)
Constructor
|
Copyright © 2019 Open Circle Solutions. All rights reserved.