Packagecom.flexmonster.pivot.data.consts
Classpublic class AggregationName
InheritanceAggregationName Inheritance Object



Public Constants
 ConstantDefined 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
Constant Detail
allAggregationsConstant
public static const allAggregations:Array

AVERAGEConstant 
public static const AVERAGE:String = average

CALCULATEDConstant 
public static const CALCULATED:String = calculated

COUNTConstant 
public static const COUNT:String = count

DISTINCT_COUNTConstant 
public static const DISTINCT_COUNT:String = distinct count

MAXConstant 
public static const MAX:String = max

MINConstant 
public static const MIN:String = min

PERCENTConstant 
public static const PERCENT:String = percent

PERCENT_COLUMNConstant 
public static const PERCENT_COLUMN:String = percent of column

PRODUCTConstant 
public static const PRODUCT:String = product

SUMConstant 
public static const SUM:String = sum

VALUE_ONLYConstant 
public static const VALUE_ONLY:String = value only

WEIGHTED_AVERAGEConstant 
public static const WEIGHTED_AVERAGE:String = weighted average