Uses of Class
org.apache.olingo.odata2.api.edm.provider.EntityContainerInfo
-
Packages that use EntityContainerInfo Package Description org.apache.olingo.odata2.api.edm.provider Entity Data Model Provider API -
-
Uses of EntityContainerInfo in org.apache.olingo.odata2.api.edm.provider
Subclasses of EntityContainerInfo in org.apache.olingo.odata2.api.edm.provider Modifier and Type Class Description classEntityContainerObjects of this class represent an entity container including its child elementsMethods in org.apache.olingo.odata2.api.edm.provider that return EntityContainerInfo Modifier and Type Method Description EntityContainerInfoEdmProvider. getEntityContainerInfo(String name)This method should return anEntityContainerInfoor null if nothing is foundEntityContainerInfoEntityContainerInfo. setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)Sets the collection ofAnnotationAttributefor thisEntityContainerEntityContainerInfoEntityContainerInfo. setAnnotationElements(List<AnnotationElement> annotationElements)Sets the collection ofAnnotationElementfor thisEntityContainerEntityContainerInfoEntityContainerInfo. setDefaultEntityContainer(boolean isDefaultEntityContainer)Sets if this is the defaultEntityContainerInfoEntityContainerInfoEntityContainerInfo. setExtendz(String extendz)Sets the entity container which is the parent of thisEntityContainerInfoEntityContainerInfoEntityContainerInfo. setName(String name)Sets the name of thisEntityContainerInfo
-