IBM Rational Functional Tester
Version 8.2.1
IBM Rational Functional Tester API Reference

Project Version 2.3

Uses of Interface
com.rational.test.ft.script.IParameter

Packages that use IParameter
com.rational.test.ft.script   
 

Uses of IParameter in com.rational.test.ft.script
 

Subinterfaces of IParameter in com.rational.test.ft.script
 interface IVariable
           
 

Methods in com.rational.test.ft.script that return IParameter
 IParameter IVariablesManager.getInputParameter(java.lang.String name)
          Given the name of the parameter, this method will return the IParameter object for it.
 

Methods in com.rational.test.ft.script that return types with arguments of type IParameter
 java.util.Iterator<IParameter> IVariablesManager.getAllInputParameters()
          Retrieve a list of all input parameters.