| Package | Description |
|---|---|
| org.smallmind.persistence.query |
| Modifier and Type | Method and Description |
|---|---|
SortDirection |
SortField.getDirection() |
static SortDirection |
SortDirection.valueOf(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 |
|---|---|
static SortField |
SortField.instance(String name,
SortDirection direction) |
String |
SortDirectionEnumXmlAdapter.marshal(SortDirection enumeration) |
| Constructor and Description |
|---|
SortField(String name,
SortDirection direction) |
Copyright © 2017. All rights reserved.