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

All Known Implementing Classes:
Mapping

public interface EdmMapping

Do not implement this interface or derive from class.
EdmMapping holds custom mapping information which can be applied to a CSDL element.

Method Summary
 String getInternalName()
          Get the mapping value
 String getMediaResourceMimeTypeKey()
          Gets the key under which the resource mime type can be found in the data map.
 String getMediaResourceSourceKey()
          Gets the key under which the resource source value can be found in the data map.
 Object getObject()
          Get the set object for this mapping
 

Method Detail

getInternalName

String getInternalName()
Get the mapping value

Returns:
mapping name as String

getMediaResourceSourceKey

String getMediaResourceSourceKey()
Gets the key under which the resource source value can be found in the data map.

Returns:
the key of the media resource source

getMediaResourceMimeTypeKey

String getMediaResourceMimeTypeKey()
Gets the key under which the resource mime type can be found in the data map.

Returns:
the key of the media resource type

getObject

Object getObject()
Get the set object for this mapping

Returns:
Object object


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