IBM Rational Functional Tester
Version 8.1.1000
IBM Rational Functional Tester API Reference

Project Version 2.3

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

Packages that use IDatapoolCell
com.rational.test.ft.datapool   
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 IDatapoolCell in com.rational.test.ft.datapool
 

Methods in com.rational.test.ft.datapool that return IDatapoolCell
 IDatapoolCell BaseDatapoolIterator.getCell(int variableIndex)
           
 IDatapoolCell KeywordDatapoolIterator.getCell(java.lang.String variablename)
           
 IDatapoolCell BaseDatapoolIterator.getCell(java.lang.String variableName)
           
 

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

Subinterfaces of IDatapoolCell in org.eclipse.hyades.edit.datapool
 interface IDatapoolCell
          An element of a record within a datapool.
 

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

Methods in org.eclipse.hyades.execution.runtime.datapool that return IDatapoolCell
 IDatapoolCell IDatapoolRecord.getCell(int cellIndex)
          The value for the cell in the current record and the specified variable is returned.
 IDatapoolCell IDatapoolRecord.getCell(java.lang.String variableName)
          The value for the cell in the current record and the specified variable is returned.