|
IBM Rational Functional Tester Version 6.1 IBM Rational Functional Tester API Reference Project Version 2.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IDatapoolVariable | |
com.rational.test.ft.datapool | The package com.rational.test.ft.datapool provides the datapool factory and iterator classes. |
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 |
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. |
void |
IDatapool.insertVariable(IDatapoolVariable variable,
int beforeVariableIndex)
Insert a variable before the variable at the specified zero based variable index. |
void |
IDatapool.appendVariable(IDatapoolVariable variable)
Append a variable to the end of the datapool ordered variable collection. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |