org.apache.olingo.odata2.api.uri.expression
Interface FilterExpression
- All Superinterfaces:
- CommonExpression, Visitable
public interface FilterExpression
- extends CommonExpression
Represents a $filter expression in the expression tree
Used to define the root expression node in an $filter expression tree.
Methods inherited from interface org.apache.olingo.odata2.api.uri.expression.Visitable |
accept |
getExpressionString
String getExpressionString()
- Returns:
- Returns the $filter expression string used to build the expression tree
getExpression
CommonExpression getExpression()
- Returns:
- Returns the expression node representing the first operator,method,literal or
property of the expression tree
Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.