public static enum AggregationPair.AggregationFunction extends Enum<AggregationPair.AggregationFunction> implements Representable
| Modifier and Type | Method and Description |
|---|---|
List<Class<? extends org.gcube.data.analysis.tabulardata.model.datatype.DataType>> |
getAllowedTypes() |
String |
getRepresentation() |
static AggregationPair.AggregationFunction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AggregationPair.AggregationFunction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AggregationPair.AggregationFunction AVG
public static final AggregationPair.AggregationFunction COUNT
public static final AggregationPair.AggregationFunction MAX
public static final AggregationPair.AggregationFunction MIN
public static final AggregationPair.AggregationFunction SUM
public static final AggregationPair.AggregationFunction ST_EXTENT
public static AggregationPair.AggregationFunction[] values()
for (AggregationPair.AggregationFunction c : AggregationPair.AggregationFunction.values()) System.out.println(c);
public static AggregationPair.AggregationFunction 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 List<Class<? extends org.gcube.data.analysis.tabulardata.model.datatype.DataType>> getAllowedTypes()
public String getRepresentation()
getRepresentation in interface RepresentableCopyright © 2020. All Rights Reserved.