Oracle Application Server Wireless Java API Reference
B10400-01

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
static int TYPEID
          The type id of this class.
static java.lang.String TYPENAME
          The constant class type identifier

 

Method Summary
 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, getMarkupLanguage, getMarkupLanguageVersion, getMimeType, getMobileXmlVersion, getPostTransformer, getPostTransformerClassName, getPreTransformer, getPreTransformerClassName, removeDefaultDevice, setDevice, setMarkupLanguage, setMarkupLanguageVersion, setMimeType, setMobileXmlVersion, setPostTransformerClassName, setPreTransformerClassName, 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
See Also:
Constant Field Values

TYPEID

public static final int TYPEID
The type id of this class.
See Also:
Constant Field Values
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()

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.