Package | Description |
---|---|
org.apache.olingo.odata2.api.edm |
Entity Data Model API
The Entity Data Model is described in the OData protocol specification
as well as in the Conceptual Schema Definition for the OData Protocol.
|
org.apache.olingo.odata2.client.api.edm | |
org.apache.olingo.odata2.client.core.edm.Impl |
Modifier and Type | Method and Description |
---|---|
EdmComplexType |
EdmComplexType.getBaseType() |
EdmComplexType |
Edm.getComplexType(String namespace,
String name)
Get complex type by full qualified name
See
EdmComplexType for more information. |
Modifier and Type | Method and Description |
---|---|
List<EdmComplexType> |
EdmSchema.getComplexTypes() |
Modifier and Type | Class and Description |
---|---|
class |
EdmComplexTypeImpl
Objects of this class represent ComplexType
|
Modifier and Type | Field and Description |
---|---|
protected EdmComplexType |
EdmStructuralTypeImpl.structuralType |
Modifier and Type | Method and Description |
---|---|
EdmComplexType |
EdmComplexTypeImpl.getBaseType() |
EdmComplexType |
EdmImpl.getComplexType(String namespaceOrAlias,
String name) |
EdmComplexType |
EdmStructuralTypeImpl.getStructuralType() |
Modifier and Type | Method and Description |
---|---|
List<EdmComplexType> |
EdmSchemaImpl.getComplexTypes() |
Map<FullQualifiedName,EdmComplexType> |
EdmImpl.getEdmComplexTypes() |
Modifier and Type | Method and Description |
---|---|
void |
EdmStructuralTypeImpl.setStructuralType(EdmComplexType structuralType) |
Modifier and Type | Method and Description |
---|---|
EdmSchemaImpl |
EdmSchemaImpl.setComplexTypes(List<EdmComplexType> complexTypes)
Sets the
ComplexType s for this EdmSchemaImpl |
EdmImpl |
EdmImpl.setEdmComplexTypes(Map<FullQualifiedName,EdmComplexType> edmComplexTypes) |
Copyright © 2013-2019 The Apache Software Foundation. All Rights Reserved.