Interface EdmKeyPropertyRef


public interface EdmKeyPropertyRef
A key property reference element.
  • Method Details

    • getName

      String getName()
      Returns:
      name of the key predicate. Can be a path in case the alias is set.
    • getAlias

      String getAlias()
      Returns:
      alias of this reference or null if not set
    • getProperty

      EdmProperty getProperty()
      Returns:
      the property this property ref points to