public class Param extends Object implements NamespacePrefixesHolder, Serializable
Constructor and Description |
---|
Param()
Default no-args constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getExpr()
Get the expression for this param value.
|
String |
getLocation()
Get the location for a previously defined XML data tree.
|
String |
getName()
Get the name for this param.
|
Map<String,String> |
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 |
setLocation(String location)
Set the location for a previously defined XML data tree.
|
void |
setName(String name)
Set the name for this param.
|
void |
setNamespaces(Map<String,String> namespaces)
Set the XML namespaces at this action node in the SCXML document.
|
public Param()
public final void setName(String name)
name
- The param name.public String getLocation()
public void setLocation(String location)
location
- The location.public final String getExpr()
public final void setExpr(String expr)
expr
- The expression for this param value.public final Map<String,String> getNamespaces()
getNamespaces
in interface NamespacePrefixesHolder
public final void setNamespaces(Map<String,String> namespaces)
setNamespaces
in interface NamespacePrefixesHolder
namespaces
- The document namespaces.Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.