public class EARSTools.StateValue extends EARSTools.EARScriptElement
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
scope
The scope.
|
private EARSTools.Parameter |
type
The type.
|
| Constructor and Description |
|---|
EARSTools.StateValue() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getScope()
Gets the scope.
|
EARSTools.Parameter |
getType()
Gets the type.
|
void |
setScope(java.lang.String scope)
Sets the scope.
|
void |
setType(EARSTools.Parameter type)
Sets the type.
|
getName, setNameprivate EARSTools.Parameter type
private java.lang.String scope
public void setScope(java.lang.String scope)
scope - the new scopepublic java.lang.String getScope()
public void setType(EARSTools.Parameter type)
type - the new typepublic EARSTools.Parameter getType()