-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum AggregationTypeAggregation type for table columns.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description WEIGHTED_AVERAGESUMMINMAXLISTLAST_VALUELASTFIRST_VALUEFIRSTAVERAGE
-
Method Summary
Modifier and Type Method Description StringgetJsBase()static Array<AggregationType>values()static AggregationTypevalueOf(String name)-
-
Method Detail
-
values
static Array<AggregationType> values()
-
valueOf
static AggregationType valueOf(String name)
-
-
-
-