|
||||||||||
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.Assign
public class Assign
The class in this SCXML object model that corresponds to the <assign> SCXML element.
Constructor Summary | |
---|---|
Assign()
Constructor |
Method Summary | |
---|---|
java.lang.String |
getExpr()
Get the expr that will evaluate to the new value |
java.lang.String |
getName()
Get the variable to be assigned a new value |
void |
setExpr(java.lang.String expr)
Set the expr that will evaluate to the new value |
void |
setName(java.lang.String name)
Get the variable to be assigned a new value |
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 Assign()
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 |