|
|||||||||||
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.ColumnCount
The column count function
Constructor Summary | |
protected |
ColumnCount()
ColumnCount constructor |
protected |
ColumnCount(java.lang.String pFunctionToken)
ColumnCount 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 ColumnCount()
protected ColumnCount(java.lang.String pFunctionToken)
pFunctionToken
- java.lang.StringMethod 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
public void set(ColumnFunction cf)
set
in class ColumnFunction
cf
- 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 |