public class Param extends Object implements NamespacePrefixesHolder, Serializable
Constructor and Description |
---|
Param()
Default no-args constructor for Digester.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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 NamespacePrefixesHolder
public final void setNamespaces(Map namespaces)
setNamespaces
in interface NamespacePrefixesHolder
namespaces
- The document namespaces.Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.