public static enum AggregationCommand.OrderCommand.Metric extends Enum<AggregationCommand.OrderCommand.Metric>
| Modifier and Type | Method and Description |
|---|---|
static AggregationCommand.OrderCommand.Metric |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AggregationCommand.OrderCommand.Metric[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AggregationCommand.OrderCommand.Metric avg
public static final AggregationCommand.OrderCommand.Metric min
public static final AggregationCommand.OrderCommand.Metric max
public static AggregationCommand.OrderCommand.Metric[] values()
for (AggregationCommand.OrderCommand.Metric c : AggregationCommand.OrderCommand.Metric.values()) System.out.println(c);
public static AggregationCommand.OrderCommand.Metric 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.