public enum AggregationField extends Enum<AggregationField>
| Enum Constant and Description |
|---|
PAGINATION_RECORDS |
PAGINATION_START_RECORD |
SORT_FIELD |
SORT_ORDER |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static AggregationField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AggregationField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AggregationField SORT_FIELD
public static final AggregationField SORT_ORDER
public static final AggregationField PAGINATION_START_RECORD
public static final AggregationField PAGINATION_RECORDS
public static AggregationField[] values()
for (AggregationField c : AggregationField.values()) System.out.println(c);
public static AggregationField valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<AggregationField>Copyright © 2015. All Rights Reserved.