Method Summary |
|
final public String | getExpr() Get the expression that evaluates to the value of this data instance. |
final public String | getName() Get the name. |
final public Map | getNamespaces() Get the XML namespaces at this action node in the SCXML document. |
final public Node | getNode() Get the XML data tree. |
final public String | getSrc() Get the URL where the XML data tree resides. |
final public void | setExpr(String expr) Set the expression that evaluates to the value of this data instance. |
final public void | setName(String name) Set the name. |
final public void | setNamespaces(Map namespaces) Set the XML namespaces at this action node in the SCXML document. |
final public void | setNode(Node node) Set the XML data tree. |
final public void | setSrc(String src) Set the URL where the XML data tree resides. |