Class EdmKeyPropertyRefImpl
java.lang.Object
org.apache.olingo.commons.core.edm.EdmKeyPropertyRefImpl
- All Implemented Interfaces:
EdmKeyPropertyRef
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
EdmKeyPropertyRefImpl
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceEdmKeyPropertyRef- Returns:
- name of the key predicate. Can be a path in case the alias is set.
-
getAlias
- Specified by:
getAliasin interfaceEdmKeyPropertyRef- Returns:
- alias of this reference or null if not set
-
getProperty
- Specified by:
getPropertyin interfaceEdmKeyPropertyRef- Returns:
- the property this property ref points to
-