public class Mapping extends Object implements EdmMapping
Constructor and Description |
---|
Mapping() |
Modifier and Type | Method and Description |
---|---|
String |
getInternalName()
Get the mapping value
|
String |
getMimeType()
Get the mapping name for mime type lookup
|
Object |
getObject()
Get the set object for this mapping
|
Mapping |
setInternalName(String value)
Sets the value for this
Mapping . |
Mapping |
setMimeType(String mimeType)
Sets the mime type for this
Mapping . |
Mapping |
setObject(Object object)
Sets an object.
|
public String getInternalName()
EdmMapping
getInternalName
in interface EdmMapping
public String getMimeType()
EdmMapping
getMimeType
in interface EdmMapping
public Object getObject()
EdmMapping
getObject
in interface EdmMapping
Object
objectpublic Mapping setInternalName(String value)
Mapping
.value
- Mapping
for method chainingpublic Mapping setMimeType(String mimeType)
Mapping
.mimeType
- Mapping
for method chainingCopyright © 2013 The Apache Software Foundation. All Rights Reserved.