Uses of Class
org.odata4j.expression.ExpressionParser.AggregateFunction

Packages that use ExpressionParser.AggregateFunction
org.odata4j.expression   
 

Uses of ExpressionParser.AggregateFunction in org.odata4j.expression
 

Methods in org.odata4j.expression that return ExpressionParser.AggregateFunction
 ExpressionParser.AggregateFunction AggregateBoolFunction.getFunctionType()
           
static ExpressionParser.AggregateFunction ExpressionParser.AggregateFunction.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ExpressionParser.AggregateFunction[] ExpressionParser.AggregateFunction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.odata4j.expression with parameters of type ExpressionParser.AggregateFunction
static AggregateBoolFunction Expression.aggregate(ExpressionParser.AggregateFunction function, CommonExpression source, String var, BoolCommonExpression predicate)
           
 



http://odata4j.org