org.apache.olingo.odata2.api.edm
Interface EdmEntitySet
- All Superinterfaces:
- EdmAnnotatable, EdmMappable, EdmNamed
public interface EdmEntitySet
- extends EdmMappable, EdmNamed, EdmAnnotatable
- Do not implement this interface or derive from class.
- A CSDL EntitySet element
EdmEntitySet is the container for entity type instances as described in the OData protocol.
Methods inherited from interface org.apache.olingo.odata2.api.edm.EdmNamed |
getName |
getEntityType
EdmEntityType getEntityType()
throws EdmException
- Get the entity type
- Returns:
EdmEntityType
- Throws:
EdmException
getRelatedEntitySet
EdmEntitySet getRelatedEntitySet(EdmNavigationProperty navigationProperty)
throws EdmException
- Get the related entity set by providing the navigation property
- Parameters:
navigationProperty
- of type EdmNavigationProperty
- Returns:
EdmEntitySet
- Throws:
EdmException
getEntityContainer
EdmEntityContainer getEntityContainer()
throws EdmException
- Get the entity container the entity set is contained in
- Returns:
EdmEntityContainer
- Throws:
EdmException
Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.