|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.fdsapi.DataSet
|
+--com.fdsapi.DataSetNext
DataSet that simply redirects the call to the next DataSet in line. It is used when going from the body
DataSet to the row DataSets, and the row DataSets to the cell DataSets.
View Code
| Field Summary |
| Fields inherited from class com.fdsapi.DataSet |
dataSetParm, templateTagType, variables |
| Constructor Summary | |
protected |
DataSetNext()
|
| Method Summary | |
DataSet |
createFactoryInstance()
A Factory method that creates a clone of this DataSet (see gang of 4 "Factory method" pattern). |
DataSet |
createFactoryInstance(DataSetFactoryParm parm)
A Factory method that creates a clone of this DataSet with whatever data that makes this instance unique . |
void |
execute(int y)
Execute a command against the specified index. |
| Methods inherited from class com.fdsapi.DataSet |
clone, createDataIterator, execute, getCellData, getDataSetParm, getMiscDataMap, getStringBuffer, getTabularData, getTemplateVariables, getVariableValue, initialize, log, next, setDataSetParm, toString |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
protected DataSetNext()
| Method Detail |
public DataSet createFactoryInstance(DataSetFactoryParm parm)
DataSet
createFactoryInstance in class DataSetpublic DataSet createFactoryInstance()
DataSet
createFactoryInstance in class DataSetpublic void execute(int y)
DataSet
execute in class DataSet
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||