org.gcube.accounting.datamodel.aggregation
Enum AggregationField
java.lang.Object
java.lang.Enum<AggregationField>
org.gcube.accounting.datamodel.aggregation.AggregationField
- All Implemented Interfaces:
- Serializable, Comparable<AggregationField>
public enum AggregationField
- extends Enum<AggregationField>
SORT_FIELD
public static final AggregationField SORT_FIELD
SORT_ORDER
public static final AggregationField SORT_ORDER
PAGINATION_START_RECORD
public static final AggregationField PAGINATION_START_RECORD
PAGINATION_RECORDS
public static final AggregationField PAGINATION_RECORDS
values
public static AggregationField[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (AggregationField c : AggregationField.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static AggregationField valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
toString
public String toString()
- Overrides:
toString in class Enum<AggregationField>
Copyright © 2013. All Rights Reserved.