Class ColumnSumExpression

  • All Implemented Interfaces:
    Serializable, Cloneable, Expression

    public class ColumnSumExpression
    extends ColumnAggregationExpression
    Deprecated.
    Use a formula
    Adds all values read from the field-list. This is almost the same as the formula [field1] + [field2] + field[3] + .. + [fieldn]. Values that are non-numeric or null are ignored.
    Author:
    Thomas Morgner
    See Also:
    Serialized Form
    • Constructor Detail

      • ColumnSumExpression

        public ColumnSumExpression()
        Deprecated.
        Default Constructor.
    • 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.