public class CsdlPath extends CsdlDynamicExpression
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.
  • Constructor Details

    • CsdlPath

      public CsdlPath()
  • Method Details

    • getValue

      public String getValue()
      Returns the target value of the expression
      Returns:
      target value of the expression
    • setValue

      public CsdlPath setValue(String value)
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object