org.gcube.accounting.datamodel.aggregation
Enum AggregationOperator

java.lang.Object
  extended by java.lang.Enum<AggregationOperator>
      extended by org.gcube.accounting.datamodel.aggregation.AggregationOperator
All Implemented Interfaces:
Serializable, Comparable<AggregationOperator>

public enum AggregationOperator
extends Enum<AggregationOperator>


Enum Constant Summary
GEONEAR
           
GROUP
           
LIMIT
           
MATCH
           
PROJECT
           
SKIP
           
SORT
           
UNWIND
           
 
Method Summary
 String toString()
           
static AggregationOperator valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AggregationOperator[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Method Detail

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.