|
IBM Rational Functional Tester Version 8.1.1000 IBM Rational Functional Tester API Reference Project Version 2.3 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IDatapoolVariable | |
---|---|
com.rational.test.ft.datapool | |
org.eclipse.hyades.edit.datapool | The package org.eclipse.hyades.edit.datapool provides the extended datapool interface specification. |
Uses of IDatapoolVariable in com.rational.test.ft.datapool |
---|
Methods in com.rational.test.ft.datapool that return IDatapoolVariable | |
---|---|
IDatapoolVariable |
DatapoolFactory.addVariable(IDatapool datapool,
java.lang.String variableName,
java.lang.Object initialValue)
|
IDatapoolVariable |
DatapoolFactory.addVariable(IDatapool datapool,
java.lang.String variableName,
java.lang.Object initialValue,
java.lang.String[] enumLiterals)
|
Uses of IDatapoolVariable in org.eclipse.hyades.edit.datapool |
---|
Methods in org.eclipse.hyades.edit.datapool that return IDatapoolVariable | |
---|---|
IDatapoolVariable |
IDatapool.constructVariable()
Constructs an empty variable |
Methods in org.eclipse.hyades.edit.datapool with parameters of type IDatapoolVariable | |
---|---|
void |
IDatapool.appendVariable(IDatapoolVariable variable)
Append a variable to the end of the datapool ordered variable collection. |
void |
IDatapool.insertVariable(IDatapoolVariable variable,
int beforeVariableIndex)
Insert a variable before the variable at the specified zero based variable index. |
void |
IDatapoolCell.setVariable(IDatapoolVariable variable)
Defines the variable that is used to reference
this cell within a record . |
void |
IDatapool.updateVariable(IDatapoolVariable variable,
int variableIndex)
Update the variable at a specified zero based variable index. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |