Uses of Class
org.apache.olingo.odata2.api.edm.provider.ReferentialConstraintRole
-
Packages that use ReferentialConstraintRole Package Description org.apache.olingo.odata2.api.edm.provider Entity Data Model Provider API -
-
Uses of ReferentialConstraintRole in org.apache.olingo.odata2.api.edm.provider
Methods in org.apache.olingo.odata2.api.edm.provider that return ReferentialConstraintRole Modifier and Type Method Description ReferentialConstraintRoleReferentialConstraint. getDependent()ReferentialConstraintRoleReferentialConstraint. getPrincipal()ReferentialConstraintRoleReferentialConstraintRole. setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)Sets the List ofAnnotationAttributefor thisReferentialConstraintRoleReferentialConstraintRoleReferentialConstraintRole. setAnnotationElements(List<AnnotationElement> annotationElements)Sets the List ofAnnotationElementfor thisReferentialConstraintRoleReferentialConstraintRoleReferentialConstraintRole. setPropertyRefs(List<PropertyRef> propertyRef)Sets thePropertyRefs of thisReferentialConstraintRoleReferentialConstraintRoleReferentialConstraintRole. setRole(String role)Sets the role of thisReferentialConstraintRoleMethods in org.apache.olingo.odata2.api.edm.provider with parameters of type ReferentialConstraintRole Modifier and Type Method Description ReferentialConstraintReferentialConstraint. setDependent(ReferentialConstraintRole dependent)Sets the dependentReferentialConstraintRolefor thisReferentialConstraintReferentialConstraintReferentialConstraint. setPrincipal(ReferentialConstraintRole principal)Sets the principalReferentialConstraintRolefor thisReferentialConstraint
-