oracle.panama.model
Interface JavaTransformer
- All Superinterfaces:
- ModelObject, Transformer, XMLObject
- public interface JavaTransformer
- extends Transformer
A Java transformer is a class that implements the Transform
interface and
expects to handle the transformation from the Panama DTD to the device specific ML.
Type | Field |
static int |
TYPEID
The type id of this class. |
static java.lang.String |
TYPENAME
The constant class type identifier |
Type | Method |
java.lang.String |
getClassName()
Gets the className property (String) value. |
void |
setClassName(java.lang.String className)
Sets the className property (String) value |
Methods inherited from interface oracle.panama.model.Transformer |
addDefaultForDevice, getDefaultForDevices, getDevice,
getMimeType, getMobileXmlVersion, getService,
removeDefaultDevice, setDevice, setMimeType,
setMobileXmlVersion, setService, transform |
Methods inherited from interface oracle.panama.model.ModelObject |
delete, getCreatedDate, getId, getLastModifiedDate, getName, getTypeId,
getTypeName, isSystem, setName,
setSystem, undoAll |
TYPENAME
public static final java.lang.String TYPENAME
- The constant class type identifier
TYPEID
public static final int TYPEID
- The type id of this class.
getClassName
public java.lang.String getClassName()
- Gets the className property (String) value.
- Returns:
- The className property value.
- See Also:
setClassName(java.lang.String)
setClassName
public void setClassName(java.lang.String className)
- Sets the className property (String) value
- Returns:
- the new property value
- See Also:
getClassName()