public class EARSTools.BaseAction extends EARSTools.EARScriptElement
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
commandDescription
The command description.
|
private java.lang.String |
commandName
The command name.
|
private java.util.List<EARSTools.ActionParameterDefinition> |
params
The params.
|
| Constructor and Description |
|---|
EARSTools.BaseAction() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCommandDescription()
Gets the command description.
|
java.lang.String |
getCommandName()
Gets the command name.
|
java.util.List<EARSTools.ActionParameterDefinition> |
getParams()
Gets the params.
|
void |
setCommandDescription(java.lang.String commandDescription)
Sets the command description.
|
void |
setCommandName(java.lang.String commandName)
Sets the command name.
|
void |
setParams(java.util.List<EARSTools.ActionParameterDefinition> params)
Sets the params.
|
getName, setNameprivate java.lang.String commandName
private java.lang.String commandDescription
private java.util.List<EARSTools.ActionParameterDefinition> params
public void setCommandName(java.lang.String commandName)
commandName - the new command namepublic java.lang.String getCommandName()
public void setCommandDescription(java.lang.String commandDescription)
commandDescription - the new command descriptionpublic java.lang.String getCommandDescription()
public void setParams(java.util.List<EARSTools.ActionParameterDefinition> params)
params - the new paramspublic java.util.List<EARSTools.ActionParameterDefinition> getParams()