| Package | Description |
|---|---|
| org.iternine.jeppetto.dao |
| Modifier and Type | Method and Description |
|---|---|
SortDirection |
Sort.getSortDirection() |
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 |
QueryModel.addSort(SortDirection sortDirection,
java.lang.String sortField) |
void |
Sort.setSortDirection(SortDirection sortDirection) |
| Constructor and Description |
|---|
Sort(java.lang.String field,
SortDirection sortDirection) |
Copyright © 2017. All Rights Reserved.