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

Project Version 2.0

Uses of Interface
com.rational.test.ft.vp.ITestDataElement

Packages that use ITestDataElement
com.rational.test.ft.vp The package com.rational.test.ft.vp provides verification point services to test scripts. 
 

Uses of ITestDataElement in com.rational.test.ft.vp
 

Methods in com.rational.test.ft.vp that return ITestDataElement
 ITestDataElement ITestDataElementList.getElement(int index)
          Returns the ITestDataElement at the specified index.
 

Methods in com.rational.test.ft.vp with parameters of type ITestDataElement
 void ITestDataElementList.add(ITestDataElement element, int atIndex)
          Inserts the specified element at the specified position in this list.
 void ITestDataElementList.add(ITestDataElement element)
          Appends an element to the end of the list.