Class EdmEntitySetImplProv
- java.lang.Object
-
- org.apache.olingo.odata2.core.edm.provider.EdmNamedImplProv
-
- org.apache.olingo.odata2.core.edm.provider.EdmEntitySetImplProv
-
- All Implemented Interfaces:
EdmAnnotatable,EdmEntitySet,EdmMappable,EdmNamed
public class EdmEntitySetImplProv extends EdmNamedImplProv implements EdmEntitySet, EdmAnnotatable
-
-
Field Summary
-
Fields inherited from class org.apache.olingo.odata2.core.edm.provider.EdmNamedImplProv
edm
-
-
Constructor Summary
Constructors Constructor Description EdmEntitySetImplProv(EdmImplProv edm, EntitySet entitySet, EdmEntityContainer edmEntityContainer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EdmAnnotationsgetAnnotations()EdmEntityContainergetEntityContainer()EdmEntityTypegetEntityType()EdmMappinggetMapping()EdmEntitySetgetRelatedEntitySet(EdmNavigationProperty navigationProperty)-
Methods inherited from class org.apache.olingo.odata2.core.edm.provider.EdmNamedImplProv
getName
-
-
-
-
Constructor Detail
-
EdmEntitySetImplProv
public EdmEntitySetImplProv(EdmImplProv edm, EntitySet entitySet, EdmEntityContainer edmEntityContainer) throws EdmException
- Throws:
EdmException
-
-
Method Detail
-
getEntityType
public EdmEntityType getEntityType() throws EdmException
- Specified by:
getEntityTypein interfaceEdmEntitySet- Throws:
EdmException
-
getRelatedEntitySet
public EdmEntitySet getRelatedEntitySet(EdmNavigationProperty navigationProperty) throws EdmException
- Specified by:
getRelatedEntitySetin interfaceEdmEntitySet- Throws:
EdmException
-
getEntityContainer
public EdmEntityContainer getEntityContainer() throws EdmException
- Specified by:
getEntityContainerin interfaceEdmEntitySet- Throws:
EdmException
-
getAnnotations
public EdmAnnotations getAnnotations() throws EdmException
- Specified by:
getAnnotationsin interfaceEdmAnnotatable- Throws:
EdmException
-
getMapping
public EdmMapping getMapping() throws EdmException
- Specified by:
getMappingin interfaceEdmMappable- Throws:
EdmException
-
-