org.gcube.accounting.datamodel.aggregation
Enum AggregationOperator
java.lang.Object
java.lang.Enum<AggregationOperator>
org.gcube.accounting.datamodel.aggregation.AggregationOperator
- All Implemented Interfaces:
- Serializable, Comparable<AggregationOperator>
public enum AggregationOperator
- extends Enum<AggregationOperator>
PROJECT
public static final AggregationOperator PROJECT
MATCH
public static final AggregationOperator MATCH
LIMIT
public static final AggregationOperator LIMIT
SKIP
public static final AggregationOperator SKIP
UNWIND
public static final AggregationOperator UNWIND
GROUP
public static final AggregationOperator GROUP
SORT
public static final AggregationOperator SORT
GEONEAR
public static final AggregationOperator GEONEAR
values
public static AggregationOperator[] 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 (AggregationOperator c : AggregationOperator.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static AggregationOperator 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<AggregationOperator>
Copyright © 2013. All Rights Reserved.