| Package | Description |
|---|---|
| org.apache.olingo.odata2.api.edm.provider |
Entity Data Model Provider API
|
| Modifier and Type | Class and Description |
|---|---|
class |
EntityType
Objects of this class represent an entity type
|
| Modifier and Type | Method and Description |
|---|---|
ComplexType |
EdmProvider.getComplexType(FullQualifiedName edmFQName)
This method should return a
ComplexType or null if nothing is found |
ComplexType |
ComplexType.setAbstract(boolean isAbstract)
Sets if it is abstract
|
ComplexType |
ComplexType.setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)
Sets the collection of
AnnotationAttribute for this ComplexType |
ComplexType |
ComplexType.setAnnotationElements(List<AnnotationElement> annotationElements)
Sets the collection of
AnnotationElement for this ComplexType |
ComplexType |
ComplexType.setBaseType(FullQualifiedName baseType)
Sets the
FullQualifiedName of the base type |
ComplexType |
ComplexType.setDocumentation(Documentation documentation)
Sets the
Documentation |
ComplexType |
ComplexType.setMapping(Mapping mapping)
Sets the
Mapping |
ComplexType |
ComplexType.setName(String name)
Sets the name
|
ComplexType |
ComplexType.setProperties(List<Property> properties)
Sets the
Propertys |
| Modifier and Type | Method and Description |
|---|---|
List<ComplexType> |
Schema.getComplexTypes() |
| Modifier and Type | Method and Description |
|---|---|
Schema |
Schema.setComplexTypes(List<ComplexType> complexTypes)
Sets the
ComplexTypes for this Schema |
Copyright © 2013-2014 The Apache Software Foundation. All Rights Reserved.