Uses of Class
org.odata4j.edm.EdmComplexType

Packages that use EdmComplexType
org.odata4j.edm   
org.odata4j.internal   
 

Uses of EdmComplexType in org.odata4j.edm
 

Fields in org.odata4j.edm with type parameters of type EdmComplexType
 List<EdmComplexType> EdmSchema.complexTypes
           
 

Methods in org.odata4j.edm that return EdmComplexType
 EdmComplexType EdmDataServices.findEdmComplexType(String complexTypeFQName)
           
 

Methods in org.odata4j.edm that return types with arguments of type EdmComplexType
 Iterable<EdmComplexType> EdmDataServices.getComplexTypes()
           
 

Constructor parameters in org.odata4j.edm with type arguments of type EdmComplexType
EdmSchema(String namespace, String alias, List<EdmEntityType> entityTypes, List<EdmComplexType> complexTypes, List<EdmAssociation> associations, List<EdmEntityContainer> entityContainers)
           
 

Uses of EdmComplexType in org.odata4j.internal
 

Methods in org.odata4j.internal that return EdmComplexType
 EdmComplexType EdmDataServicesDecorator.findEdmComplexType(String complexTypeFQName)
           
 

Methods in org.odata4j.internal that return types with arguments of type EdmComplexType
 Iterable<EdmComplexType> EdmDataServicesDecorator.getComplexTypes()
           
 



http://odata4j.org