Uses of Class
org.apache.olingo.odata2.api.edm.provider.ComplexProperty
Packages that use ComplexProperty
Package
Description
Entity Data Model Provider API
-
Uses of ComplexProperty in org.apache.olingo.odata2.api.edm.provider
Methods in org.apache.olingo.odata2.api.edm.provider that return ComplexPropertyModifier and TypeMethodDescriptionComplexProperty.setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes) ComplexProperty.setAnnotationElements(List<AnnotationElement> annotationElements) ComplexProperty.setCustomizableFeedMappings(CustomizableFeedMappings customizableFeedMappings) ComplexProperty.setDocumentation(Documentation documentation) ComplexProperty.setMapping(Mapping mapping) ComplexProperty.setMimeType(String mimeType) ComplexProperty.setType(FullQualifiedName type) Sets theFullQualifiedNamefor thisProperty -
Uses of ComplexProperty in org.apache.olingo.odata2.core.edm.provider
Constructors in org.apache.olingo.odata2.core.edm.provider with parameters of type ComplexPropertyModifierConstructorDescriptionEdmComplexPropertyImplProv(EdmImplProv edm, ComplexProperty property)