|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.taglibs.rdc.scxml.model.Action
org.apache.taglibs.rdc.scxml.model.Exit
The class in this SCXML object model that corresponds to the <exit> SCXML element, which is a shorthand notation for an empty anonymous final state.
Constructor Summary | |
Exit()
Constructor |
Method Summary | |
java.lang.String |
getExpr()
Get the expression |
java.lang.String |
getNamelist()
Get the namelist |
void |
setExpr(java.lang.String expr)
Set the expression |
void |
setNamelist(java.lang.String namelist)
Set the namelist |
Methods inherited from class org.apache.taglibs.rdc.scxml.model.Action |
getParent, getParentState, setParent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Exit()
Method Detail |
public java.lang.String getExpr()
public void setExpr(java.lang.String expr)
expr
- The expr to set.public java.lang.String getNamelist()
public void setNamelist(java.lang.String namelist)
namelist
- The namelist to set.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |