Uses of Class
org.apache.olingo.odata2.api.edm.provider.ComplexType
-
Packages that use ComplexType Package Description 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 Modifier and Type Class Description classEntityTypeObjects of this class represent an entity typeMethods in org.apache.olingo.odata2.api.edm.provider that return ComplexType Modifier and Type Method Description ComplexTypeEdmProvider. getComplexType(FullQualifiedName edmFQName)This method should return aComplexTypeor null if nothing is foundComplexTypeComplexType. setAbstract(boolean isAbstract)Sets if it is abstractComplexTypeComplexType. setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)Sets the collection ofAnnotationAttributefor thisComplexTypeComplexTypeComplexType. setAnnotationElements(List<AnnotationElement> annotationElements)Sets the collection ofAnnotationElementfor thisComplexTypeComplexTypeComplexType. setBaseType(FullQualifiedName baseType)Sets theFullQualifiedNameof the base typeComplexTypeComplexType. setDocumentation(Documentation documentation)Sets theDocumentationComplexTypeComplexType. setMapping(Mapping mapping)Sets theMappingComplexTypeComplexType. setName(String name)Sets the nameComplexTypeComplexType. setProperties(List<Property> properties)Sets thePropertysMethods in org.apache.olingo.odata2.api.edm.provider that return types with arguments of type ComplexType Modifier and Type Method Description List<ComplexType>Schema. getComplexTypes()Method parameters in org.apache.olingo.odata2.api.edm.provider with type arguments of type ComplexType Modifier and Type Method Description SchemaSchema. setComplexTypes(List<ComplexType> complexTypes)Sets theComplexTypes for thisSchema
-