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

Packages that use SimpleProperty
org.apache.olingo.odata2.api.edm.provider Entity Data Model Provider API 
 

Uses of SimpleProperty in org.apache.olingo.odata2.api.edm.provider
 

Methods in org.apache.olingo.odata2.api.edm.provider that return SimpleProperty
 SimpleProperty SimpleProperty.setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)
           
 SimpleProperty SimpleProperty.setAnnotationElements(List<AnnotationElement> annotationElements)
           
 SimpleProperty SimpleProperty.setCustomizableFeedMappings(CustomizableFeedMappings customizableFeedMappings)
           
 SimpleProperty SimpleProperty.setDocumentation(Documentation documentation)
           
 SimpleProperty SimpleProperty.setFacets(EdmFacets facets)
           
 SimpleProperty SimpleProperty.setMapping(Mapping mapping)
           
 SimpleProperty SimpleProperty.setMimeType(String mimeType)
           
 SimpleProperty SimpleProperty.setName(String name)
           
 SimpleProperty SimpleProperty.setType(EdmSimpleTypeKind type)
          Sets the EdmSimpleTypeKind for this Property.
 



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