Interface PropertyExpression
- All Superinterfaces:
CommonExpression,Visitable
- All Known Implementing Classes:
PropertyExpressionImpl
Represents a property expression in the expression tree
A property expression node is inserted in the expression tree for any property.
If an EDM is available during parsing the property is automatically verified
against the EDM.
-
Method Summary
Methods inherited from interface org.apache.olingo.odata2.api.uri.expression.CommonExpression
getEdmType, getKind, getUriLiteral, setEdmType
-
Method Details