Uses of Class
com.google.visualization.datasource.query.AggregationType

Packages that use AggregationType
com.google.visualization.datasource.query   
com.google.visualization.datasource.query.engine   
 

Uses of AggregationType in com.google.visualization.datasource.query
 

Methods in com.google.visualization.datasource.query that return AggregationType
 AggregationType AggregationColumn.getAggregationType()
          Returns the requested aggregation type.
static AggregationType AggregationType.getByCode(java.lang.String code)
          Returns the correct AggregationType for a given code.
static AggregationType AggregationType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AggregationType[] AggregationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.google.visualization.datasource.query with parameters of type AggregationType
AggregationColumn(SimpleColumn aggregatedColumn, AggregationType aggregationType)
          Creates a new instance of this class with the given column and aggregation type.
 

Uses of AggregationType in com.google.visualization.datasource.query.engine
 

Methods in com.google.visualization.datasource.query.engine with parameters of type AggregationType
 Value TableAggregator.getAggregationValue(AggregationPath path, java.lang.String columnId, AggregationType type)
          Returns the aggregation value of a specific column and type.
 Value AggregationNode.getAggregationValue(java.lang.String columnId, AggregationType type)
          Returns the aggregation value of a specific column and type.
 



Copyright © 2009 Google. All Rights Reserved.