Interface EdmPropertyValue
- All Superinterfaces:
EdmAnnotatable
The edm:PropertyValue element supplies a value to a property on the type instantiated by an
edm:Record expression (See
EdmRecord
). The value is obtained by evaluating an expression.-
Method Summary
Modifier and TypeMethodDescriptionProperty namegetValue()
Evaluated value of the expression (property value)Methods inherited from interface org.apache.olingo.commons.api.edm.EdmAnnotatable
getAnnotation, getAnnotations
-
Method Details
-
getProperty
String getProperty()Property name- Returns:
- Property name
-
getValue
EdmExpression getValue()Evaluated value of the expression (property value)- Returns:
- evaluated value of the expression
-