IBM Rational Functional Tester
Version 8.2.1
IBM Rational Functional Tester API Reference

Project Version 2.3

Uses of Interface
org.eclipse.hyades.execution.runtime.datapool.IDatapoolVariable

Packages that use IDatapoolVariable
org.eclipse.hyades.edit.datapool The package org.eclipse.hyades.edit.datapool provides the extended datapool interface specification. 
org.eclipse.hyades.execution.runtime.datapool The package org.eclipse.hyades.execution.runtime.datapool provides the execution level datapool interface specification. 
 

Uses of IDatapoolVariable in org.eclipse.hyades.edit.datapool
 

Subinterfaces of IDatapoolVariable in org.eclipse.hyades.edit.datapool
 interface IDatapoolVariable
          Each cell in a record has a unique variable association.
 

Uses of IDatapoolVariable in org.eclipse.hyades.execution.runtime.datapool
 

Methods in org.eclipse.hyades.execution.runtime.datapool that return IDatapoolVariable
 IDatapoolVariable IDatapoolCell.getCellVariable()
          Access to the variable that is used to reference this cell within a record.
 IDatapoolVariable IDatapool.getVariable(int variableIndex)
          The variable at a specified zero based column index.