IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.automaton.html
Interface FormatEnabledState

All Superinterfaces:
Handler, State
All Known Implementing Classes:
ClientState, DSEBaseState, DSEConditionState, DSEHtmlState, DSEOperationState, DSESyncProcState, PopupPageClientState, RemoteFlowState

public interface FormatEnabledState
extends State

This interface indicates the state which support to inject input/output format.


Field Summary
 
Fields inherited from interface com.ibm.btt.automaton.State
COPYRIGHT
 
Method Summary
 Tag getInputFormatTag()
          Returns the input format tag attribute of this class.
 Tag getOutputFormatTag()
          Returns the output format tag attribute of this class.
 void setInputFormatTag(Tag newInputFormatTag)
          Sets the input format tag property.
 void setOutputFormatTag(Tag newOutputFormatTag)
          Sets the output format tag property.
 
Methods inherited from interface com.ibm.btt.automaton.State
abort, activate, getEntryActions, getName, getProcessor, getTransitions, getType, getTypeIdInfo, initializeFrom, resume, setEntryActions, setIgnoreEntryActions, setName, setProcessor, setTransitions, setType, setTypeIdInfo, suspend, terminate
 
Methods inherited from interface com.ibm.btt.base.Handler
dispatchEvent, handleEvent, handleEvent, stopHandlingEvent, stopHandlingEvent
 

Method Detail

getInputFormatTag

Tag getInputFormatTag()
Returns the input format tag attribute of this class.

Returns:
com.ibm.btt.base.Tag

setInputFormatTag

void setInputFormatTag(Tag newInputFormatTag)
Sets the input format tag property.

Parameters:
newInputFormatTag - com.ibm.btt.base.Tag

getOutputFormatTag

Tag getOutputFormatTag()
Returns the output format tag attribute of this class.

Returns:
com.ibm.btt.base.Tag

setOutputFormatTag

void setOutputFormatTag(Tag newOutputFormatTag)
Sets the output format tag property.

Parameters:
newOutputFormatTag - com.ibm.btt.base.Tag

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011