Uses of Class
org.apache.olingo.odata2.api.edm.provider.ComplexType
Packages that use ComplexType
Package
Description
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.providerMethods in org.apache.olingo.odata2.api.edm.provider that return ComplexTypeModifier and TypeMethodDescriptionEdmProvider.getComplexType(FullQualifiedName edmFQName) This method should return aComplexTypeor null if nothing is foundComplexType.setAbstract(boolean isAbstract) Sets if it is abstractComplexType.setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes) Sets the collection ofAnnotationAttributefor thisComplexTypeComplexType.setAnnotationElements(List<AnnotationElement> annotationElements) Sets the collection ofAnnotationElementfor thisComplexTypeComplexType.setBaseType(FullQualifiedName baseType) Sets theFullQualifiedNameof the base typeComplexType.setDocumentation(Documentation documentation) Sets theDocumentationComplexType.setMapping(Mapping mapping) Sets theMappingSets the nameComplexType.setProperties(List<Property> properties) Sets thePropertysMethods in org.apache.olingo.odata2.api.edm.provider that return types with arguments of type ComplexTypeMethod parameters in org.apache.olingo.odata2.api.edm.provider with type arguments of type ComplexTypeModifier and TypeMethodDescriptionSchema.setComplexTypes(List<ComplexType> complexTypes) Sets theComplexTypes for thisSchema -
Uses of ComplexType in org.apache.olingo.odata2.core.edm.provider
Fields in org.apache.olingo.odata2.core.edm.provider declared as ComplexTypeMethods in org.apache.olingo.odata2.core.edm.provider that return ComplexTypeConstructors in org.apache.olingo.odata2.core.edm.provider with parameters of type ComplexTypeModifierConstructorDescriptionEdmComplexTypeImplProv(EdmImplProv edm, ComplexType complexType, String namespace) EdmStructuralTypeImplProv(EdmImplProv edm, ComplexType structuralType, EdmTypeKind edmTypeKind, String namespace)