Interface EdmPropertyValue

All Superinterfaces:
EdmAnnotatable

public interface EdmPropertyValue extends 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 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