Uses of Class
org.apache.olingo.odata2.client.core.edm.Impl.EdmImpl
-
Packages that use EdmImpl Package Description org.apache.olingo.odata2.client.core.edm.Impl -
-
Uses of EdmImpl in org.apache.olingo.odata2.client.core.edm.Impl
Fields in org.apache.olingo.odata2.client.core.edm.Impl declared as EdmImpl Modifier and Type Field Description protected EdmImplEdmNamedImpl. edmMethods in org.apache.olingo.odata2.client.core.edm.Impl that return EdmImpl Modifier and Type Method Description EdmImplEdmImpl. setAliasToNamespaceInfo(Map<String,String> aliasToNamespaceInfo)EdmImplEdmImpl. setDefaultEntityContainer(org.apache.olingo.odata2.api.edm.EdmEntityContainer defaultEdmEntityContainer)EdmImplEdmImpl. setEdmAssociations(Map<org.apache.olingo.odata2.api.edm.FullQualifiedName,org.apache.olingo.odata2.api.edm.EdmAssociation> edmAssociations)EdmImplEdmImpl. setEdmComplexTypes(Map<org.apache.olingo.odata2.api.edm.FullQualifiedName,org.apache.olingo.odata2.api.edm.EdmComplexType> edmComplexTypes)EdmImplEdmImpl. setEdmEntityContainers(Map<org.apache.olingo.odata2.api.edm.FullQualifiedName,org.apache.olingo.odata2.api.edm.EdmEntityContainer> edmEntityContainers)EdmImplEdmImpl. setEdmEntitySets(List<org.apache.olingo.odata2.api.edm.EdmEntitySet> edmEntitySets)EdmImplEdmImpl. setEdmEntityTypes(Map<org.apache.olingo.odata2.api.edm.FullQualifiedName,org.apache.olingo.odata2.api.edm.EdmEntityType> edmEntityTypes)EdmImplEdmImpl. setEdmFunctionImports(List<org.apache.olingo.odata2.api.edm.EdmFunctionImport> edmFunctionImports)EdmImplEdmImpl. setEdmSchemas(List<EdmSchema> edmSchema)Methods in org.apache.olingo.odata2.client.core.edm.Impl with parameters of type EdmImpl Modifier and Type Method Description voidEdmAssociationEndImpl. setEdm(EdmImpl edm)voidEdmEntityContainerImpl. setEdm(EdmImpl edm)voidEdmNamedImpl. setEdm(EdmImpl edm)Constructors in org.apache.olingo.odata2.client.core.edm.Impl with parameters of type EdmImpl Constructor Description EdmEntityContainerImpl(EdmImpl edm)
-