Uses of Class
org.apache.olingo.odata2.api.edm.provider.ComplexProperty

Packages that use ComplexProperty
org.apache.olingo.odata2.api.edm.provider 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 ComplexProperty
 ComplexProperty ComplexProperty.setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)
           
 ComplexProperty ComplexProperty.setAnnotationElements(List<AnnotationElement> annotationElements)
           
 ComplexProperty ComplexProperty.setCustomizableFeedMappings(CustomizableFeedMappings customizableFeedMappings)
           
 ComplexProperty ComplexProperty.setDocumentation(Documentation documentation)
           
 ComplexProperty ComplexProperty.setFacets(EdmFacets facets)
           
 ComplexProperty ComplexProperty.setMapping(Mapping mapping)
           
 ComplexProperty ComplexProperty.setMimeType(String mimeType)
           
 ComplexProperty ComplexProperty.setName(String name)
           
 ComplexProperty ComplexProperty.setType(FullQualifiedName type)
          Sets the FullQualifiedName for this Property
 



Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.