Class ColumnDivisionExpression

  • All Implemented Interfaces:
    Serializable, Cloneable, org.pentaho.reporting.engine.classic.core.function.Expression

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

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      Object getValue()
      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
    • Constructor Detail

      • ColumnDivisionExpression

        public ColumnDivisionExpression()
        Deprecated.
    • Method Detail

      • getValue

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

        The value depends (obviously) on the expression implementation.

        Returns:
        the value of the function.