Interface PropertyExpression
-
- All Superinterfaces:
CommonExpression,Visitable
public interface PropertyExpression extends CommonExpression
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EdmTypedgetEdmProperty()StringgetPropertyName()-
Methods inherited from interface org.apache.olingo.odata2.api.uri.expression.CommonExpression
getEdmType, getKind, getUriLiteral, setEdmType
-
-
-
-
Method Detail
-
getPropertyName
String getPropertyName()
- Returns:
- the property name as used in the EDM
-
-