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 
org.apache.olingo.odata2.jpa.processor.api.model OData JPA Processor API Library - JPA EDM Model 
 

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
 

Uses of ComplexProperty in org.apache.olingo.odata2.jpa.processor.api.model
 

Methods in org.apache.olingo.odata2.jpa.processor.api.model that return ComplexProperty
 ComplexProperty JPAEdmComplexPropertyView.getEdmComplexProperty()
          The method returns a complex property for a complex type.
 



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