|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.automaton.TransitionDescriptor
com.ibm.btt.automaton.html.HtmlTransitionDescriptor
@ATTR(value={"conseq#Boolean#IMPLIED","skipValidation#Boolean#IMPLIED","delegateValAssessment#Boolean#IMPLIED","inputMapFmt#String#IMPLIED","outputMapFmt#String#IMPLIED","interStateFmt#String#IMPLIED","context#String#IMPLIED"}) public class HtmlTransitionDescriptor
This class extends the behavior of TransitionDescriptor to provide support for features unique to the HomeBanking HTML Client.
Field Summary | |
---|---|
protected java.lang.String |
CONSEQ_ATT_NAME
Name of the consequentiality attribute. |
protected java.lang.String |
consequentiality
|
protected Context |
context
|
protected Tag |
contextTag
|
protected boolean |
delegateValAssessment
Means that the validation assesment is delegated for this transition to a later state. |
Tag |
inputFormatTag
|
Tag |
interStateFmt
|
Tag |
outputFormatTag
|
protected java.lang.String |
SKIP_ATT_NAME
Name of the skipValidation attribute. |
protected boolean |
skipValidation
Means that does not want to perform any validation task during this transition. |
Fields inherited from class com.ibm.btt.automaton.TransitionDescriptor |
---|
actionsTags, ignoreEntryActions, ignoreExitActions, name, propagateEvent, targetStateName |
Constructor Summary | |
---|---|
HtmlTransitionDescriptor()
HtmlTransitionDescriptor constructor. |
Method Summary | |
---|---|
java.lang.String |
getConsequentiality()
Returns the consequentiality of this transition. |
Context |
getContext()
Returns the context for this HTML transition. |
Tag |
getContextTag()
Returns the context tag corresponding to the context defined for this object. |
boolean |
getDelegateValAssessment()
Returns the value of the delegateValAssessment property. |
Tag |
getInputFormatTag()
Returns the input format tag property. |
Tag |
getInterStateFormatTag()
|
Tag |
getOutputFormatTag()
Returns the output format tag property. |
java.lang.Object |
initializeFrom(Tag aTag)
Initializes the state of this transition from externalized definitions. |
boolean |
isSkipValidation()
Gets the skipValidation attribute of this transition. |
void |
setConsequentiality(java.lang.String newConsequentiality)
Sets the consequentiality of this transition. |
void |
setContext(Context newContext)
Sets the context property. |
void |
setContextTag(Tag newContextTag)
Stores the context tag corresponding to the context attribute of this class. |
void |
setDelegateValAssessment(boolean newDelValAssessment)
Sets the delegateValAssessment property. |
void |
setInputFormatTag(Tag newInputFormatTag)
Sets the input format tag property. |
void |
setInterStateFormatTag(Tag newInterStateFormatTag)
|
void |
setOutputFormatTag(Tag newOutputFormatTag)
Sets the output format tag property. |
protected void |
setSkipValidation(boolean newSkipValidation)
Sets the skipValidation property. |
Methods inherited from class com.ibm.btt.automaton.TransitionDescriptor |
---|
externalizer, getActionsTags, getName, getParms, getPropagateEvent, getTargetStateName, isIgnoreEntryActions, isIgnoreExitActions, readExternal, readExternal, removeExternal, setActionsTags, setIgnoreEntryActions, setIgnoreExitActions, setName, setPropagateEvent, setTargetStateName, toString, toStrings, toTags, writeExternal, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected Context context
protected java.lang.String consequentiality
protected Tag contextTag
public Tag inputFormatTag
public Tag outputFormatTag
protected final java.lang.String CONSEQ_ATT_NAME
protected final java.lang.String SKIP_ATT_NAME
protected boolean skipValidation
protected boolean delegateValAssessment
public Tag interStateFmt
Constructor Detail |
---|
public HtmlTransitionDescriptor()
Method Detail |
---|
public java.lang.String getConsequentiality()
public Context getContext()
public Tag getContextTag()
public boolean getDelegateValAssessment()
public Tag getInputFormatTag()
public Tag getOutputFormatTag()
public java.lang.Object initializeFrom(Tag aTag) throws java.io.IOException, DSEException
initializeFrom
in class TransitionDescriptor
aTag
- com.ibm.btt.base.Tag
java.io.IOException
DSEException
public boolean isSkipValidation()
public void setConsequentiality(java.lang.String newConsequentiality)
newConsequentiality
- java.lang.Stringpublic void setContext(Context newContext)
newContext
- com.ibm.btt.base.Contextpublic void setContextTag(Tag newContextTag)
newContextTag
- com.ibm.btt.base.Tagpublic void setDelegateValAssessment(boolean newDelValAssessment)
newDelValAssessment
- booleanpublic void setInputFormatTag(Tag newInputFormatTag)
newInputFormatTag
- com.ibm.btt.base.Tagpublic void setOutputFormatTag(Tag newOutputFormatTag)
newOutputFormatTag
- com.ibm.btt.base.Tagprotected void setSkipValidation(boolean newSkipValidation)
newSkipValidation
- booleanpublic void setInterStateFormatTag(Tag newInterStateFormatTag)
public Tag getInterStateFormatTag()
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |