Package org.apache.olingo.odata2.api.edm
Interface EdmMapping
-
- All Known Implementing Classes:
Mapping
public interface EdmMapping@org.apache.olingo.odata2.DoNotImplement EdmMapping holds custom mapping information which can be applied to a CSDL element.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetInternalExpression()StringgetInternalName()Get the mapping valueStringgetMediaResourceMimeTypeKey()Gets the key under which the resource mime type can be found in the data map.StringgetMediaResourceSourceKey()Gets the key under which the resource source value can be found in the data map.ObjectgetObject()Get the set object for this mappingbooleanisCalculated()
-
-
-
Method Detail
-
getInternalName
String getInternalName()
Get the mapping value- Returns:
- mapping name as String
-
getInternalExpression
String getInternalExpression()
-
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
-
isCalculated
boolean isCalculated()
-
-