| Package | Description |
|---|---|
| org.apache.olingo.odata2.api.edm.provider |
Entity Data Model Provider API
|
| Modifier and Type | Method and Description |
|---|---|
ReferentialConstraintRole |
ReferentialConstraint.getDependent() |
ReferentialConstraintRole |
ReferentialConstraint.getPrincipal() |
ReferentialConstraintRole |
ReferentialConstraintRole.setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)
Sets the List of
AnnotationAttribute for this ReferentialConstraintRole |
ReferentialConstraintRole |
ReferentialConstraintRole.setAnnotationElements(List<AnnotationElement> annotationElements)
Sets the List of
AnnotationElement for this ReferentialConstraintRole |
ReferentialConstraintRole |
ReferentialConstraintRole.setPropertyRefs(List<PropertyRef> propertyRef)
Sets the
PropertyRefs of this ReferentialConstraintRole |
ReferentialConstraintRole |
ReferentialConstraintRole.setRole(String role)
Sets the role of this
ReferentialConstraintRole |
| Modifier and Type | Method and Description |
|---|---|
ReferentialConstraint |
ReferentialConstraint.setDependent(ReferentialConstraintRole dependent)
Sets the dependent
ReferentialConstraintRole for this ReferentialConstraint |
ReferentialConstraint |
ReferentialConstraint.setPrincipal(ReferentialConstraintRole principal)
Sets the principal
ReferentialConstraintRole for this ReferentialConstraint |
Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.