|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--planetj.database.report.ColumnFunction | +--planetj.database.report.ColumnCount
The column count function
Method Summary | |
void |
clear()
Clears all the previously processed values from the column function |
Object |
getValue()
Gets the current value of the column function |
void |
processValue(Object pValue)
Inputs a new value to the column function |
Methods inherited from class planetj.database.report.ColumnFunction |
getColumnFunction, getFieldName, getFunctionToken, processRow |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public void clear()
clear
in class ColumnFunction
public Object getValue()
getValue
in class ColumnFunction
public void processValue(Object pValue) throws DataEngineException
processValue
in class ColumnFunction
DataEngineException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |