Method Summary |
|
public String | getDividend() Returns the field used as dividend by the function. |
public String | getDivisor() Returns the field used as divisor by the function. |
public String | getGroup() Returns the name of the group to be totalled. |
public int | getRoundingMode() Returns the defined rounding mode. |
public int | getScale() Returns the scale for the divide-operation. |
public Object | getValue() Return the current function value. |
public void | groupStarted(ReportEvent event) Receives notification that a group has started. |
public void | itemsAdvanced(ReportEvent event) Receives notification that a row of data is being processed. |
public void | reportInitialized(ReportEvent event) Receives notification that the report has started. |
public void | setDependencyLevel(int level) Defines the function's dependency level. |
public void | setDividend(String dividend) Sets the field name to be used as dividend for the function. |
public void | setDivisor(String divisor) Sets the field name to be used as divisor for the function. |
public void | setGroup(String group) Defines the name of the group to be totalled. |
public void | setRoundingMode(int roundingMode) Defines the rounding mode. |
public void | setRuntime(ExpressionRuntime runtime) Defines the ExpressionRune used in this expression. |
public void | setScale(int scale) Defines the scale for the divide-operation. |