Uses of Interface
org.apache.olingo.odata2.api.edm.EdmMapping

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

Uses of EdmMapping in org.apache.olingo.odata2.api.edm
 

Methods in org.apache.olingo.odata2.api.edm that return EdmMapping
 EdmMapping EdmMappable.getMapping()
          Get mapping information applied to an EDM element
 

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

Classes in org.apache.olingo.odata2.api.edm.provider that implement EdmMapping
 class Mapping
          Object of this class represent the mapping of a value to a MIME type.
 

Uses of EdmMapping in org.apache.olingo.odata2.ref.processor
 

Methods in org.apache.olingo.odata2.ref.processor with parameters of type EdmMapping
<T> Object
BeanPropertyAccess.getMappingValue(T data, EdmMapping mapping)
           
<T,V> void
BeanPropertyAccess.setMappingValue(T data, EdmMapping mapping, V value)
           
 



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