Class EdmEntitySetImpl
java.lang.Object
org.apache.olingo.commons.core.edm.AbstractEdmAnnotatable
org.apache.olingo.commons.core.edm.AbstractEdmNamed
org.apache.olingo.commons.core.edm.AbstractEdmBindingTarget
org.apache.olingo.commons.core.edm.EdmEntitySetImpl
- All Implemented Interfaces:
EdmAnnotatable,EdmBindingTarget,EdmEntitySet,EdmMappable,EdmNamed
-
Field Summary
Fields inherited from class org.apache.olingo.commons.core.edm.AbstractEdmAnnotatable
edm -
Constructor Summary
ConstructorsConstructorDescriptionEdmEntitySetImpl(Edm edm, EdmEntityContainer container, CsdlEntitySet entitySet) -
Method Summary
Methods inherited from class org.apache.olingo.commons.core.edm.AbstractEdmBindingTarget
getEntityContainer, getEntityType, getEntityTypeWithAnnotations, getMapping, getNavigationPropertyBindings, getRelatedBindingTarget, getTitleMethods inherited from class org.apache.olingo.commons.core.edm.AbstractEdmNamed
getName, toStringMethods inherited from class org.apache.olingo.commons.core.edm.AbstractEdmAnnotatable
getAnnotation, getAnnotationsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.olingo.commons.api.edm.EdmAnnotatable
getAnnotation, getAnnotationsMethods inherited from interface org.apache.olingo.commons.api.edm.EdmBindingTarget
getEntityContainer, getEntityType, getEntityTypeWithAnnotations, getNavigationPropertyBindings, getRelatedBindingTarget, getTitleMethods inherited from interface org.apache.olingo.commons.api.edm.EdmMappable
getMapping
-
Constructor Details
-
EdmEntitySetImpl
-
-
Method Details
-
isIncludeInServiceDocument
public boolean isIncludeInServiceDocument()- Specified by:
isIncludeInServiceDocumentin interfaceEdmEntitySet- Returns:
- true if entity set must be included in the service document
-