|
|||||||||||
| 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.ColumnAverage
The column averaging function
| Constructor Summary | |
protected |
ColumnAverage()
ColumnAverage constructor |
protected |
ColumnAverage(java.lang.String pFunctionToken)
ColumnAverage constructor comment. |
| 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 |
void |
set(ColumnFunction cf)
Sets the internal state of this ColumnFunction to be the same as the state of another ColumnFunction. |
| Methods inherited from class planetj.database.report.ColumnFunction |
clone, cloneColumnFunction, getColumnFunction, getFieldName, getFunctionToken, getPrecision, processRow, setFieldName, setFunctionToken, setPrecision |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected ColumnAverage()
protected ColumnAverage(java.lang.String pFunctionToken)
pFunctionToken - java.lang.String| Method Detail |
public void clear()
clear in class ColumnFunctionpublic java.lang.Object getValue()
getValue in class ColumnFunction
public void processValue(java.lang.Object pValue)
throws DataEngineException
processValue in class ColumnFunctionDataEngineExceptionpublic void set(ColumnFunction cf)
set in class ColumnFunctioncf - A ColumnFunction, which must be compatible with this column function and which will be used
to set the internal state of this ColumnFunction
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||