public static enum AggregationCommand.OrderCommand.ReferenceType extends Enum<AggregationCommand.OrderCommand.ReferenceType>
| Enum Constant and Description |
|---|
AGGREGATION_MULTIVALUE
Requires
AggregationCommand.OrderCommand.metric to be set in order to obtain a single value to order by. |
AGGREGATION_SINGLE_VALUE |
COUNT |
TERM |
| Modifier and Type | Method and Description |
|---|---|
static AggregationCommand.OrderCommand.ReferenceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AggregationCommand.OrderCommand.ReferenceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AggregationCommand.OrderCommand.ReferenceType AGGREGATION_SINGLE_VALUE
public static final AggregationCommand.OrderCommand.ReferenceType AGGREGATION_MULTIVALUE
AggregationCommand.OrderCommand.metric to be set in order to obtain a single value to order by.public static final AggregationCommand.OrderCommand.ReferenceType COUNT
public static final AggregationCommand.OrderCommand.ReferenceType TERM
public static AggregationCommand.OrderCommand.ReferenceType[] values()
for (AggregationCommand.OrderCommand.ReferenceType c : AggregationCommand.OrderCommand.ReferenceType.values()) System.out.println(c);
public static AggregationCommand.OrderCommand.ReferenceType 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 nullCopyright © 2017 JULIE Lab, Germany. All rights reserved.