|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.dse.automaton.html.HtmlStateInfo
This class represents a persisten storage entity for an HTML processor state.
Constructor Summary | |
HtmlStateInfo()
HtmlStateInfo constructor. |
Method Summary | |
java.lang.String |
getStateName()
Returns the state name attribute of this class. |
boolean |
isIgnoresEntryActions()
Returns the entry actions attribute of this class. |
boolean |
isIgnoresReturnType()
Returns the ignore return type attribute of this class. |
boolean |
isRunningFlag()
Returns the isRunning attribute of this class. |
void |
setIgnoresEntryActions(boolean newIgnoresEntryActions)
Sets the entry actions attribute of this object. |
void |
setIgnoresReturnType(boolean newIgnoresReturnType)
Sets the ignore return type attribute of this object. |
void |
setRunningFlag(boolean newRunningFlag)
Sets the isRunning attribute of this object. |
void |
setStateName(java.lang.String newStateName)
Sets the state name attribute of this object. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public HtmlStateInfo()
Method Detail |
public java.lang.String getStateName()
public boolean isIgnoresEntryActions()
public boolean isIgnoresReturnType()
public boolean isRunningFlag()
public void setIgnoresEntryActions(boolean newIgnoresEntryActions)
newIgnoresEntryActions
- booleanpublic void setIgnoresReturnType(boolean newIgnoresReturnType)
newIgnoresReturnType
- booleanpublic void setRunningFlag(boolean newRunningFlag)
newRunningFlag
- booleanpublic void setStateName(java.lang.String newStateName)
newStateName
- java.lang.String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |