org.odata4j.expression
Interface AggregateBoolFunction

All Superinterfaces:
BoolCommonExpression, CommonExpression
All Known Subinterfaces:
AggregateAllFunction, AggregateAnyFunction

public interface AggregateBoolFunction
extends BoolCommonExpression

/(:)


Method Summary
 ExpressionParser.AggregateFunction getFunctionType()
           
 BoolCommonExpression getPredicate()
           
 CommonExpression getSource()
           
 String getVariable()
           
 
Methods inherited from interface org.odata4j.expression.CommonExpression
visit
 

Method Detail

getFunctionType

ExpressionParser.AggregateFunction getFunctionType()

getPredicate

BoolCommonExpression getPredicate()

getSource

CommonExpression getSource()

getVariable

String getVariable()


http://odata4j.org