|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectplanetj.database.report.ColumnFunction
planetj.database.report.ColumnMax
The column max function
Method Summary | |
void |
clear()
Clears all the previously processed values from the column function |
java.lang.Object |
getValue()
Gets the current value of the column function |
void |
processValue(java.lang.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 java.lang.Object getValue()
getValue
in class ColumnFunction
public void processValue(java.lang.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 |