Package org.apache.olingo.odata2.api.edm
Interface EdmMapping
- All Known Implementing Classes:
Mapping
public interface EdmMapping
-
Method Summary
Modifier and TypeMethodDescriptionGet the mapping valueGets the key under which the resource mime type can be found in the data map.Gets the key under which the resource source value can be found in the data map.Get the set object for this mapping
-
Method Details
-
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:
Objectobject
-