| 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.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
IDatapoolVariable |
IDatapool.constructVariable()
Constructs an empty variable
|
| Modifier and Type | Method and Description |
|---|---|
void |
IDatapool.appendVariable(IDatapoolVariable variable)
Append a variable to the end of the datapool ordered variable collection.
|
void |
IDatapool.insertVariable(IDatapoolVariable variable,
int beforeVariableIndex)
Insert a variable before the variable at the specified zero based
variable index.
|
void |
IDatapoolCell.setVariable(IDatapoolVariable variable)
|
void |
IDatapool.updateVariable(IDatapoolVariable variable,
int variableIndex)
Update the variable at a specified zero based variable index.
|