| Package | Description |
|---|---|
| com.rational.test.ft.script |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IVariable |
| Modifier and Type | Method and Description |
|---|---|
IParameter |
IVariablesManager.getInputParameter(java.lang.String name)
Given the name of the parameter, this method will return the
IParameter
object for it. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<IParameter> |
IVariablesManager.getAllInputParameters()
Retrieve a list of all input parameters.
|