Package org.apache.olingo.odata2.api.edm
Interface EdmAssociation
- All Superinterfaces:
EdmAnnotatable,EdmNamed,EdmType
- All Known Implementing Classes:
EdmAssociationImplProv
-
Method Summary
Modifier and TypeMethodDescriptionGet theEdmAssociationEndby rolegetEnd1()Get theEdmAssociationEndfor end1getEnd2()Get theEdmAssociationEndfor end2Get theEdmReferentialConstraintMethods inherited from interface org.apache.olingo.odata2.api.edm.EdmAnnotatable
getAnnotationsMethods inherited from interface org.apache.olingo.odata2.api.edm.EdmType
getKind, getNamespace
-
Method Details
-
getEnd
Get theEdmAssociationEndby role- Parameters:
role-- Returns:
EdmAssociationEnd- Throws:
EdmException
-
getEnd1
Get theEdmAssociationEndfor end1- Returns:
EdmAssociationEnd- Throws:
EdmException
-
getEnd2
Get theEdmAssociationEndfor end2- Returns:
EdmAssociationEnd- Throws:
EdmException
-
getReferentialConstraint
Get theEdmReferentialConstraint- Returns:
EdmReferentialConstraint- Throws:
EdmException
-