Class EdmReferentialConstraintImpl
java.lang.Object
org.apache.olingo.commons.core.edm.AbstractEdmAnnotatable
org.apache.olingo.commons.core.edm.EdmReferentialConstraintImpl
- All Implemented Interfaces:
EdmAnnotatable,EdmReferentialConstraint
public class EdmReferentialConstraintImpl
extends AbstractEdmAnnotatable
implements EdmReferentialConstraint
-
Field Summary
Fields inherited from class org.apache.olingo.commons.core.edm.AbstractEdmAnnotatable
edm -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.olingo.commons.core.edm.AbstractEdmAnnotatable
getAnnotation, getAnnotationsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.olingo.commons.api.edm.EdmAnnotatable
getAnnotation, getAnnotations
-
Constructor Details
-
EdmReferentialConstraintImpl
-
-
Method Details
-
getPropertyName
- Specified by:
getPropertyNamein interfaceEdmReferentialConstraint- Returns:
- property name of the property inside this entity type or complex type.
-
getReferencedPropertyName
- Specified by:
getReferencedPropertyNamein interfaceEdmReferentialConstraint- Returns:
- property name of the referenced entity type or complex type.
-