public class CsdlPropertyPath extends CsdlDynamicExpression
The edm:PropertyPath expression provides a value for terms or term properties that specify the built-in abstract type Edm.PropertyPath.
  • Constructor Details

    • CsdlPropertyPath

      public CsdlPropertyPath()
  • Method Details

    • getValue

      public String getValue()
      Returns the property path itself.
      Returns:
      the property path itself
    • setValue

      public CsdlPropertyPath setValue(String value)
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object