Class ColumnSumExpression

java.lang.Object
org.pentaho.reporting.engine.classic.core.function.AbstractExpression
org.pentaho.reporting.engine.classic.core.function.ColumnAggregationExpression
org.pentaho.jfreereport.legacy.ColumnSumExpression
All Implemented Interfaces:
Serializable, Cloneable, org.pentaho.reporting.engine.classic.core.function.Expression

public class ColumnSumExpression extends org.pentaho.reporting.engine.classic.core.function.ColumnAggregationExpression
Deprecated.
These functions are no longer supported.
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Return the current expression value.

    Methods inherited from class org.pentaho.reporting.engine.classic.core.function.ColumnAggregationExpression

    getField, getField, getFieldCount, getFieldValues, getInstance, setField, setField

    Methods inherited from class org.pentaho.reporting.engine.classic.core.function.AbstractExpression

    clone, getDataRow, getDependencyLevel, getName, getReportConfiguration, getResourceBundleFactory, getRuntime, isActive, isDeepTraversing, isPreserve, setActive, setDependencyLevel, setName, setPreserve, setRuntime

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ColumnSumExpression

      public ColumnSumExpression()
      Deprecated.
  • Method Details

    • getValue

      public Object getValue()
      Deprecated.
      Return the current expression value.

      The value depends (obviously) on the expression implementation.

      Returns:
      the value of the function.