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
Constructors Constructor Description EdmAssociationSetImplProv(EdmImplProv edm, AssociationSet associationSet, EdmEntityContainer edmEntityContainer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EdmAnnotationsgetAnnotations()EdmAssociationgetAssociation()EdmAssociationSetEndgetEnd(String role)EdmEntityContainergetEntityContainer()-
Methods inherited from class org.apache.olingo.odata2.core.edm.provider.EdmNamedImplProv
getName
-
-
-
-
Constructor Detail
-
EdmAssociationSetImplProv
public EdmAssociationSetImplProv(EdmImplProv edm, AssociationSet associationSet, EdmEntityContainer edmEntityContainer) throws EdmException
- Throws:
EdmException
-
-
Method Detail
-
getAssociation
public EdmAssociation getAssociation() throws EdmException
- Specified by:
getAssociationin interfaceEdmAssociationSet- Throws:
EdmException
-
getEnd
public EdmAssociationSetEnd getEnd(String role) throws EdmException
- Specified by:
getEndin interfaceEdmAssociationSet- Throws:
EdmException
-
getEntityContainer
public EdmEntityContainer getEntityContainer() throws EdmException
- Specified by:
getEntityContainerin interfaceEdmAssociationSet- Throws:
EdmException
-
getAnnotations
public EdmAnnotations getAnnotations() throws EdmException
- Specified by:
getAnnotationsin interfaceEdmAnnotatable- Throws:
EdmException
-
-