Package org.apache.olingo.odata2.api.edm
Interface EdmAssociationEnd
-
- All Superinterfaces:
EdmAnnotatable
public interface EdmAssociationEnd extends EdmAnnotatable
@org.apache.olingo.odata2.DoNotImplement A CSDL AssociationEnd elementEdmAssociationEnd defines one side of the relationship of two entity types.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EdmEntityTypegetEntityType()EdmMultiplicitygetMultiplicity()SeeEdmMultiplicityfor more information about possible multiplicities.StringgetRole()-
Methods inherited from interface org.apache.olingo.odata2.api.edm.EdmAnnotatable
getAnnotations
-
-
-
-
Method Detail
-
getRole
String getRole()
- Returns:
- the role of this
EdmAssociationEndas a String.
-
getEntityType
EdmEntityType getEntityType() throws EdmException
- Returns:
EdmEntityTypethis association end points to.- Throws:
EdmException- Caso ocorra uma exceção EDM
-
getMultiplicity
EdmMultiplicity getMultiplicity()
SeeEdmMultiplicityfor more information about possible multiplicities.- Returns:
EdmMultiplicity
-
-