|
|||||||||||
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.Var
The class in this SCXML object model that corresponds to the <var> SCXML element.
Constructor Summary | |
Var()
Constructor |
Method Summary | |
java.lang.String |
getExpr()
Get the expression that evaluates to the initial value of the variable |
java.lang.String |
getName()
Get the name of the (new) variable. |
void |
setExpr(java.lang.String expr)
Set the expression that evaluates to the initial value of the variable |
void |
setName(java.lang.String name)
Set the name of the (new) variable. |
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 Var()
Method Detail |
public java.lang.String getExpr()
public void setExpr(java.lang.String expr)
expr
- The expr to set.public java.lang.String getName()
public void setName(java.lang.String name)
name
- The name to set.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |