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.


Field Summary
TypeField
static int TYPEID
          The type id of this class.
static java.lang.String TYPENAME
          The constant class type identifier
 
Method Summary
TypeMethod
 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
 
Methods inherited from interface oracle.panama.model.XMLObject
setXML, toXML
 

Field Detail

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.
Method Detail

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()