| Package | com.flexmonster.pivot.data.consts |
| Class | public class AggregationName |
| Inheritance | AggregationName Object |
| Constant | Defined By | ||
|---|---|---|---|
| allAggregations : Array [static] | AggregationName | ||
| AVERAGE : String = average [static] | AggregationName | ||
| CALCULATED : String = calculated [static] | AggregationName | ||
| COUNT : String = count [static] | AggregationName | ||
| DISTINCT_COUNT : String = distinct count [static] | AggregationName | ||
| MAX : String = max [static] | AggregationName | ||
| MIN : String = min [static] | AggregationName | ||
| PERCENT : String = percent [static] | AggregationName | ||
| PERCENT_COLUMN : String = percent of column [static] | AggregationName | ||
| PRODUCT : String = product [static] | AggregationName | ||
| SUM : String = sum [static] | AggregationName | ||
| VALUE_ONLY : String = value only [static] | AggregationName | ||
| WEIGHTED_AVERAGE : String = weighted average [static] | AggregationName | ||
| allAggregations | Constant |
public static const allAggregations:Array| AVERAGE | Constant |
public static const AVERAGE:String = average| CALCULATED | Constant |
public static const CALCULATED:String = calculated| COUNT | Constant |
public static const COUNT:String = count| DISTINCT_COUNT | Constant |
public static const DISTINCT_COUNT:String = distinct count| MAX | Constant |
public static const MAX:String = max| MIN | Constant |
public static const MIN:String = min| PERCENT | Constant |
public static const PERCENT:String = percent| PERCENT_COLUMN | Constant |
public static const PERCENT_COLUMN:String = percent of column| PRODUCT | Constant |
public static const PRODUCT:String = product| SUM | Constant |
public static const SUM:String = sum| VALUE_ONLY | Constant |
public static const VALUE_ONLY:String = value only| WEIGHTED_AVERAGE | Constant |
public static const WEIGHTED_AVERAGE:String = weighted average