|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EntityContainerInfo | |
|---|---|
| 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 | |
|---|---|
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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||