Class EdmAssociationSetImplProv
java.lang.Object
org.apache.olingo.odata2.core.edm.provider.EdmNamedImplProv
org.apache.olingo.odata2.core.edm.provider.EdmAssociationSetImplProv
- All Implemented Interfaces:
EdmAnnotatable,EdmAssociationSet,EdmNamed
public class EdmAssociationSetImplProv
extends EdmNamedImplProv
implements EdmAssociationSet, EdmAnnotatable
-
Field Summary
Fields inherited from class org.apache.olingo.odata2.core.edm.provider.EdmNamedImplProv
edm -
Constructor Summary
ConstructorsConstructorDescriptionEdmAssociationSetImplProv(EdmImplProv edm, AssociationSet associationSet, EdmEntityContainer edmEntityContainer) -
Method Summary
Modifier and TypeMethodDescriptionGet all annotations applied to an EDM elementGet the associationGet the association set endGet the entity container the association set is located inMethods inherited from class org.apache.olingo.odata2.core.edm.provider.EdmNamedImplProv
getName
-
Constructor Details
-
EdmAssociationSetImplProv
public EdmAssociationSetImplProv(EdmImplProv edm, AssociationSet associationSet, EdmEntityContainer edmEntityContainer) throws EdmException - Throws:
EdmException
-
-
Method Details
-
getAssociation
Description copied from interface:EdmAssociationSetGet the association- Specified by:
getAssociationin interfaceEdmAssociationSet- Returns:
EdmAssociation- Throws:
EdmException
-
getEnd
Description copied from interface:EdmAssociationSetGet the association set end- Specified by:
getEndin interfaceEdmAssociationSet- Returns:
EdmAssociationSetEnd- Throws:
EdmException
-
getEntityContainer
Description copied from interface:EdmAssociationSetGet the entity container the association set is located in- Specified by:
getEntityContainerin interfaceEdmAssociationSet- Returns:
EdmEntityContainer- Throws:
EdmException
-
getAnnotations
Description copied from interface:EdmAnnotatableGet all annotations applied to an EDM element- Specified by:
getAnnotationsin interfaceEdmAnnotatable- Returns:
EdmAnnotationsnever null- Throws:
EdmException
-