Interface FilterExpression
- All Superinterfaces:
CommonExpression,Visitable
- All Known Implementing Classes:
FilterExpressionImpl
Represents a $filter expression in the expression tree
Used to define the root expression node in an $filter expression tree.
-
Method Summary
Methods inherited from interface org.apache.olingo.odata2.api.uri.expression.CommonExpression
getEdmType, getKind, getUriLiteral, setEdmType
-
Method Details
-
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
-