Interface EdmLabeledElement

All Superinterfaces:
EdmAnnotatable, EdmDynamicExpression, EdmExpression

public interface EdmLabeledElement extends EdmDynamicExpression, EdmAnnotatable
The edm:LabeledElement expression assigns a name to a child expression. The value of the child expression can then be reused elsewhere with an edm:LabeledElementReference (See EdmLabeledElementReference) expression.
  • Method Details

    • getName

      String getName()
      Returns the assigned name
      Returns:
      assigned name
    • getValue

      EdmExpression getValue()
      Returns the child expression
      Returns:
      child expression