|
IBM Rational Functional Tester Version 8.2.1 IBM Rational Functional Tester API Reference Project Version 2.3 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IVariable | |
|---|---|
| com.rational.test.ft.script | |
| Uses of IVariable in com.rational.test.ft.script |
|---|
| Methods in com.rational.test.ft.script that return IVariable | |
|---|---|
IVariable |
IVariablesManager.createOutputVariable(java.lang.String name,
java.lang.String value)
Given a name and a value, this method will create an instance of
IVariable. |
IVariable |
IVariablesManager.getOutputVariable(java.lang.String name)
Given the name of the variable, this method will return the IVariable
object for it. |
| Methods in com.rational.test.ft.script that return types with arguments of type IVariable | |
|---|---|
java.util.Iterator<IVariable> |
IVariablesManager.getAllOutputVariables()
Retrieve a list of all output variables. |
| Methods in com.rational.test.ft.script with parameters of type IVariable | |
|---|---|
void |
IVariablesManager.setOutputVariable(IVariable variable)
This is a way of updating an output variable in case the value has changed since the variable was created. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||