|
IBM Rational Functional Tester Version 8.1.1000 IBM Rational Functional Tester API Reference Project Version 2.3 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rational.test.ft.services.DatapoolStore
public class DatapoolStore
| Constructor Summary | |
|---|---|
DatapoolStore()
Creates an internal datapool structure to hold datapool variable/value pairs. |
|
DatapoolStore(java.lang.String dpVariableName,
java.lang.Object dpVariableValue)
Creates an internal datapool structrue to hold datapool variable/value pairs. |
|
| Method Summary | |
|---|---|
void |
addDpVariable(java.lang.String dpVariableName,
java.lang.Object dpVariableValue)
Adds a datapool variable/value pair to the structure |
java.lang.String |
getDpVariableNameAtIndex(int index)
Returns the Variable Name at the Zero based index |
java.lang.String |
getDpVariableValueAtIndex(int index)
Returns the Variable value at the Zero based index |
int |
getTotalRecords()
Return the total number of records |
java.lang.String |
toString()
Return the String representation of the structure |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DatapoolStore()
public DatapoolStore(java.lang.String dpVariableName,
java.lang.Object dpVariableValue)
dpVariableName - The datapool variable namedpVariableValue - The datapool variable value| Method Detail |
|---|
public void addDpVariable(java.lang.String dpVariableName,
java.lang.Object dpVariableValue)
dpVariableName - The datapool variable namedpVariableValue - The datapool variable valuepublic java.lang.String getDpVariableNameAtIndex(int index)
index - Zero based index
public java.lang.String getDpVariableValueAtIndex(int index)
index - Zero based index
public int getTotalRecords()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||