IBM Rational Functional Tester
Version 6.1
IBM Rational Functional Tester API Reference

Project Version 2.0

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

Packages that use IDatapoolCell
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 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.