public interface

AggregateBoolFunction

implements BoolCommonExpression
org.odata4j.expression.AggregateBoolFunction
Known Indirect Subclasses

Class Overview

/(:)

Summary

Public Methods
abstract ExpressionParser.AggregateFunction getFunctionType()
abstract BoolCommonExpression getPredicate()
abstract CommonExpression getSource()
abstract String getVariable()
[Expand]
Inherited Methods
From interface org.odata4j.expression.CommonExpression

Public Methods

public abstract ExpressionParser.AggregateFunction getFunctionType ()

public abstract BoolCommonExpression getPredicate ()

public abstract CommonExpression getSource ()

public abstract String getVariable ()