public enum AggregationFunctionExpressions extends Enum<AggregationFunctionExpressions>
AggregationExpressions in aggregation pipeline stages.| Enum Constant and Description |
|---|
SIZE |
| Modifier and Type | Method and Description |
|---|---|
AggregationExpression |
of(Object... parameters)
Returns an
AggregationExpression build from the current Enum name and the given parameters. |
static AggregationFunctionExpressions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AggregationFunctionExpressions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AggregationFunctionExpressions SIZE
public static AggregationFunctionExpressions[] values()
for (AggregationFunctionExpressions c : AggregationFunctionExpressions.values()) System.out.println(c);
public static AggregationFunctionExpressions 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 AggregationExpression of(Object... parameters)
AggregationExpression build from the current Enum name and the given parameters.parameters - must not be nullCopyright © 2011-2015–2016 Pivotal Software, Inc.. All rights reserved.