|
|||||||||||
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.Log
The class in this SCXML object model that corresponds to the <log> SCXML element.
Constructor Summary | |
Log()
Constructor |
Method Summary | |
java.lang.String |
getExpr()
Get the log expression |
java.lang.String |
getLabel()
Get the log label |
void |
setExpr(java.lang.String expr)
Set the log expression |
void |
setLabel(java.lang.String label)
Set the log label |
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 Log()
Method Detail |
public java.lang.String getExpr()
public void setExpr(java.lang.String expr)
expr
- The expr to set.public java.lang.String getLabel()
public void setLabel(java.lang.String label)
label
- The label to set.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |