|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Object | +--org.apache.commons.scxml.model.Param
The class in this SCXML object model that corresponds to the <param> SCXML element.
| Constructor Summary | |
|---|---|
Param()
Default no-args constructor for Digester. |
|
| Method Summary | |
|---|---|
String |
getExpr()
Get the expression for this param value. |
String |
getName()
Get the name for this param. |
void |
setExpr(String expr)
Set the expression for this param value. |
void |
setName(String name)
Set the name for this param. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Param()
| Method Detail |
public final String getName()
public final void setName(String name)
name - The param name.public final String getExpr()
public final void setExpr(String expr)
expr - The expression for this param value.
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||