Class ColumnDifferenceExpression

  • All Implemented Interfaces:
    Serializable, Cloneable, Expression

    public class ColumnDifferenceExpression
    extends ColumnAggregationExpression
    Deprecated.
    This can be done easier with a formula.
    Computes the difference between the given column values. 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

      • ColumnDifferenceExpression

        public ColumnDifferenceExpression()
        Deprecated.
        Default Constructor.
    • Method Detail

      • getValue

        public Object getValue()
        Deprecated.
        Return the current expression value.
        Returns:
        the value of the function.