Class EdmPropertyValueImpl
java.lang.Object
org.apache.olingo.commons.core.edm.AbstractEdmAnnotatable
org.apache.olingo.commons.core.edm.annotation.EdmPropertyValueImpl
- All Implemented Interfaces:
EdmPropertyValue,EdmAnnotatable
-
Field Summary
Fields inherited from class org.apache.olingo.commons.core.edm.AbstractEdmAnnotatable
edm -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionProperty namegetValue()Evaluated value of the expression (property value)Methods inherited from class org.apache.olingo.commons.core.edm.AbstractEdmAnnotatable
getAnnotation, getAnnotationsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.olingo.commons.api.edm.EdmAnnotatable
getAnnotation, getAnnotations
-
Constructor Details
-
EdmPropertyValueImpl
-
-
Method Details
-
getProperty
Description copied from interface:EdmPropertyValueProperty name- Specified by:
getPropertyin interfaceEdmPropertyValue- Returns:
- Property name
-
getValue
Description copied from interface:EdmPropertyValueEvaluated value of the expression (property value)- Specified by:
getValuein interfaceEdmPropertyValue- Returns:
- evaluated value of the expression
-