|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ComplexType | |
|---|---|
| org.apache.olingo.odata2.api.edm.provider | Entity Data Model Provider API |
| Uses of ComplexType in org.apache.olingo.odata2.api.edm.provider |
|---|
| Subclasses of ComplexType in org.apache.olingo.odata2.api.edm.provider | |
|---|---|
class |
EntityType
Objects of this class represent an entity type |
| Methods in org.apache.olingo.odata2.api.edm.provider that return ComplexType | |
|---|---|
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 |
| Methods in org.apache.olingo.odata2.api.edm.provider that return types with arguments of type ComplexType | |
|---|---|
List<ComplexType> |
Schema.getComplexTypes()
|
| Method parameters in org.apache.olingo.odata2.api.edm.provider with type arguments of type ComplexType | |
|---|---|
Schema |
Schema.setComplexTypes(List<ComplexType> complexTypes)
Sets the ComplexTypes for this Schema |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||