public class KeywordDatapoolIterator extends BaseDatapoolIterator
datapool, equivalenceClass, equivalenceClassIndexRANDOM_SEED, WRAP| Constructor and Description |
|---|
KeywordDatapoolIterator() |
| Modifier and Type | Method and Description |
|---|---|
IDatapoolRecord |
dpCurrent()
The record currently available from this iterator for the associated
instance of the datapool.
|
boolean |
dpDone()
|
void |
dpNext()
Increments the iterator associated with an instance of the datapool.
|
void |
dpReset()
Restart the iterator associated with an instance of the datapool.
|
IDatapoolCell |
getCell(java.lang.String variablename) |
int |
getRecordCount() |
void |
setIterator(int[] a) |
void |
setKeywordColumnMap(java.util.Hashtable map) |
void |
setNumber(int number) |
dpBoolean, dpBoolean, dpByte, dpByte, dpChar, dpChar, dpDouble, dpDouble, dpFloat, dpFloat, dpInitialize, dpInitialize, dpInt, dpInt, dpLong, dpLong, dpShort, dpShort, dpString, dpString, dpValue, dpValue, getCell, getDatapool, getEquivalenceClass, getProperty, setDatapool, setPropertypublic void setIterator(int[] a)
public void setNumber(int number)
public int getRecordCount()
public IDatapoolRecord dpCurrent()
IDatapoolIteratornext method. A value of null is
returned when the iterator is out of values.dpCurrent in interface IDatapoolIteratordpCurrent in class BaseDatapoolIteratornull.IDatapoolIterator.dpNext(),
IDatapoolIterator.dpDone(),
IDatapoolIterator.dpReset()public boolean dpDone()
IDatapoolIteratordpDone in interface IDatapoolIteratordpDone in class BaseDatapoolIteratorIDatapoolIterator.dpCurrent(),
IDatapoolIterator.dpNext(),
IDatapoolIterator.dpReset()public void dpNext()
IDatapoolIteratordpNext in interface IDatapoolIteratordpNext in class BaseDatapoolIteratorIDatapoolIterator.dpCurrent(),
IDatapoolIterator.dpDone(),
IDatapoolIterator.dpReset()public void dpReset()
IDatapoolIteratordpReset in interface IDatapoolIteratordpReset in class BaseDatapoolIteratorIDatapoolIterator.dpCurrent(),
IDatapoolIterator.dpDone(),
IDatapoolIterator.dpNext()public void setKeywordColumnMap(java.util.Hashtable map)
public IDatapoolCell getCell(java.lang.String variablename)
getCell in class BaseDatapoolIterator