| Package | Description |
|---|---|
| com.rational.test.ft.vp |
| Modifier and Type | Method and Description |
|---|---|
ITestDataElement |
ITestDataElementList.getElement(int index)
Returns the
ITestDataElement at the specified
index. |
| Modifier and Type | Method and Description |
|---|---|
void |
ITestDataElementList.add(ITestDataElement element)
Appends an element to the end of the list.
|
void |
ITestDataElementList.add(ITestDataElement element,
int atIndex)
Inserts the specified element at the specified position in this list.
|