| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.scxml.model.Param
public class 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.  | 
 Map | 
getNamespaces()
Get the XML namespaces at this action node in the SCXML document.  | 
 void | 
setExpr(String expr)
Set the expression for this param value.  | 
 void | 
setName(String name)
Set the name for this param.  | 
 void | 
setNamespaces(Map namespaces)
Set the XML namespaces at this action node in the SCXML document.  | 
| 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.public final Map getNamespaces()
getNamespaces in interface NamespacePrefixesHolderpublic final void setNamespaces(Map namespaces)
setNamespaces in interface NamespacePrefixesHoldernamespaces - The document namespaces.
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||