| Modifier and Type | Method and Description |
|---|---|
FieldSort.Order |
FieldSort.getOrder() |
static FieldSort.Order |
FieldSort.Order.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldSort.Order[] |
FieldSort.Order.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
FieldSort(String fieldName,
FieldSort.Order order) |
Copyright © 2021 CodingZero. All rights reserved.