All Superinterfaces:
EdmDynamicExpression, EdmExpression

public interface EdmPath extends EdmDynamicExpression
The edm:Path expression enables a value to be obtained by traversing an object graph. It can be used in annotations that target entity containers, entity sets, entity types, complex types, navigation properties of structured types, and properties of structured types.
  • Method Details

    • getValue

      String getValue()
      Returns the target value of the expression
      Returns:
      target value of the expression