Uses of Class
org.gcube.contentmanagement.timeseriesservice.stubs.AggregationFunction

Packages that use AggregationFunction
org.gcube.contentmanagement.timeseriesservice.stubs   
 

Uses of AggregationFunction in org.gcube.contentmanagement.timeseriesservice.stubs
 

Fields in org.gcube.contentmanagement.timeseriesservice.stubs declared as AggregationFunction
static AggregationFunction AggregationFunction.AVG
           
static AggregationFunction AggregationFunction.MAX
           
static AggregationFunction AggregationFunction.MIN
           
static AggregationFunction AggregationFunction.SUM
           
 

Methods in org.gcube.contentmanagement.timeseriesservice.stubs that return AggregationFunction
static AggregationFunction AggregationFunction.fromString(String value)
           
static AggregationFunction AggregationFunction.fromValue(String value)
           
 AggregationFunction GroupRequest.getAggregateFunction()
          Gets the aggregateFunction value for this GroupRequest.
 AggregationFunction AggregateRequest.getAggregateFunction()
          Gets the aggregateFunction value for this AggregateRequest.
 

Methods in org.gcube.contentmanagement.timeseriesservice.stubs with parameters of type AggregationFunction
 void GroupRequest.setAggregateFunction(AggregationFunction aggregateFunction)
          Sets the aggregateFunction value for this GroupRequest.
 void AggregateRequest.setAggregateFunction(AggregationFunction aggregateFunction)
          Sets the aggregateFunction value for this AggregateRequest.
 

Constructors in org.gcube.contentmanagement.timeseriesservice.stubs with parameters of type AggregationFunction
AggregateRequest(AggregationFunction aggregateFunction, String[] fieldList, String user)
           
GroupRequest(AggregationFunction aggregateFunction, GroupElement[] groupingList, String user)
           
 



Copyright © 2012. All Rights Reserved.