Package org.apache.olingo.odata2.api.edm
Interface EdmEntitySet
- All Superinterfaces:
EdmAnnotatable,EdmMappable,EdmNamed
- All Known Implementing Classes:
EdmEntitySetImplProv
-
Method Summary
Modifier and TypeMethodDescriptionGet the entity container the entity set is contained inGet the entity typegetRelatedEntitySet(EdmNavigationProperty navigationProperty) Get the related entity set by providing the navigation propertyMethods inherited from interface org.apache.olingo.odata2.api.edm.EdmAnnotatable
getAnnotationsMethods inherited from interface org.apache.olingo.odata2.api.edm.EdmMappable
getMapping
-
Method Details
-
getEntityType
Get the entity type- Returns:
EdmEntityType- Throws:
EdmException
-
getEntityContainer
Get the entity container the entity set is contained in- Returns:
EdmEntityContainer- Throws:
EdmException
-