| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
IDatapoolCell |
BaseDatapoolIterator.getCell(int variableIndex) |
IDatapoolCell |
KeywordDatapoolIterator.getCell(java.lang.String variablename) |
IDatapoolCell |
BaseDatapoolIterator.getCell(java.lang.String variableName) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IDatapoolCell
An element of a
record within a datapool. |
| Modifier and Type | Method and Description |
|---|---|
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.
|