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
-
Field Summary
Fields inherited from class org.apache.olingo.odata2.core.edm.provider.EdmNamedImplProv
edm -
Constructor Summary
ConstructorsConstructorDescriptionEdmEntitySetImplProv(EdmImplProv edm, EntitySet entitySet, EdmEntityContainer edmEntityContainer) -
Method Summary
Modifier and TypeMethodDescriptionGet all annotations applied to an EDM elementGet the entity container the entity set is contained inGet the entity typeGet mapping information applied to an EDM elementgetRelatedEntitySet(EdmNavigationProperty navigationProperty) Get the related entity set by providing the navigation propertyMethods inherited from class org.apache.olingo.odata2.core.edm.provider.EdmNamedImplProv
getName
-
Constructor Details
-
EdmEntitySetImplProv
public EdmEntitySetImplProv(EdmImplProv edm, EntitySet entitySet, EdmEntityContainer edmEntityContainer) throws EdmException - Throws:
EdmException
-
-
Method Details
-
getEntityType
Description copied from interface:EdmEntitySetGet the entity type- Specified by:
getEntityTypein interfaceEdmEntitySet- Returns:
EdmEntityType- Throws:
EdmException
-
getEntityContainer
Description copied from interface:EdmEntitySetGet the entity container the entity set is contained in- Specified by:
getEntityContainerin interfaceEdmEntitySet- 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
-
getMapping
Description copied from interface:EdmMappableGet mapping information applied to an EDM element- Specified by:
getMappingin interfaceEdmMappable- Returns:
EdmMapping- Throws:
EdmException
-