Uses of Class
org.apache.olingo.odata2.api.edm.provider.EntityContainerInfo

Packages that use EntityContainerInfo
org.apache.olingo.odata2.api.edm.provider Entity Data Model Provider API 
org.apache.olingo.odata2.ref.edm   
 

Uses of EntityContainerInfo in org.apache.olingo.odata2.api.edm.provider
 

Subclasses of EntityContainerInfo in org.apache.olingo.odata2.api.edm.provider
 class EntityContainer
          Objects of this class represent an entity container including its child elements
 

Methods in org.apache.olingo.odata2.api.edm.provider that return EntityContainerInfo
 EntityContainerInfo EdmProvider.getEntityContainerInfo(String name)
          This method should return an EntityContainerInfo or null if nothing is found
 EntityContainerInfo EntityContainerInfo.setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)
          Sets the collection of AnnotationAttribute for this EntityContainer
 EntityContainerInfo EntityContainerInfo.setAnnotationElements(List<AnnotationElement> annotationElements)
          Sets the collection of AnnotationElement for this EntityContainer
 EntityContainerInfo EntityContainerInfo.setDefaultEntityContainer(boolean isDefaultEntityContainer)
          Sets if this is the default EntityContainerInfo
 EntityContainerInfo EntityContainerInfo.setExtendz(String extendz)
          Sets the entity container which is the parent of this EntityContainerInfo
 EntityContainerInfo EntityContainerInfo.setName(String name)
          Sets the name of this EntityContainerInfo
 

Uses of EntityContainerInfo in org.apache.olingo.odata2.ref.edm
 

Methods in org.apache.olingo.odata2.ref.edm that return EntityContainerInfo
 EntityContainerInfo ScenarioEdmProvider.getEntityContainerInfo(String name)
           
 



Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.