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

Project Version 2.3

Uses of Interface
org.eclipse.hyades.execution.runtime.datapool.IDatapoolSuggestedType

Packages that use IDatapoolSuggestedType
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. 
 

Uses of IDatapoolSuggestedType in org.eclipse.hyades.edit.datapool
 

Subinterfaces of IDatapoolSuggestedType in org.eclipse.hyades.edit.datapool
 interface IDatapoolSuggestedType
          Each variable in a datapool contains a specific type data and this class represents the types that can be readily handled.
 

Uses of IDatapoolSuggestedType in org.eclipse.hyades.execution.runtime.datapool
 

Methods in org.eclipse.hyades.execution.runtime.datapool that return IDatapoolSuggestedType
 IDatapoolSuggestedType IDatapoolVariable.getSuggestedType()
          The suggested type of the data associated with this variable.