Class PropertyExpressionImpl
java.lang.Object
org.apache.olingo.odata2.core.uri.expression.PropertyExpressionImpl
- All Implemented Interfaces:
CommonExpression,PropertyExpression,Visitable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccept(ExpressionVisitor visitor) getKind()setEdmProperty(EdmTyped edmProperty) setEdmType(EdmType edmType)
-
Constructor Details
-
PropertyExpressionImpl
-
-
Method Details
-
setEdmProperty
-
setEdmType
- Specified by:
setEdmTypein interfaceCommonExpression
-
getPropertyName
- Specified by:
getPropertyNamein interfacePropertyExpression
-
getEdmLiteral
-
getEdmProperty
- Specified by:
getEdmPropertyin interfacePropertyExpression
-
getKind
- Specified by:
getKindin interfaceCommonExpression
-
getUriLiteral
- Specified by:
getUriLiteralin interfaceCommonExpression
-
getEdmType
- Specified by:
getEdmTypein interfaceCommonExpression
-
accept
-