| Package | Description |
|---|---|
| ensemble.tools.earscript |
| Modifier and Type | Field and Description |
|---|---|
private EARSTools.ParameterNaturalValue |
EARSTools.ActionParameterDefinition.defaultValue
The default value.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<EARSTools.ParameterNaturalValue> |
EARSTools.Parameter.naturalValues
The natural values.
|
| Modifier and Type | Method and Description |
|---|---|
EARSTools.ParameterNaturalValue |
EARSTools.ActionParameterDefinition.getDefaultValue()
Gets the default value.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<EARSTools.ParameterNaturalValue> |
EARSTools.Parameter.getNaturalValues()
Gets the natural values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EARSTools.ActionParameterDefinition.setDefaultValue(EARSTools.ParameterNaturalValue defaultValue)
Sets the default value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EARSTools.Parameter.setNaturalValues(java.util.List<EARSTools.ParameterNaturalValue> naturalValues)
Sets the natural values.
|