Class IsNegativeExpression

    • Constructor Detail

      • IsNegativeExpression

        public IsNegativeExpression()
        Deprecated.
        Default constructor.
    • Method Detail

      • getValue

        public Object getValue()
        Deprecated.
        Checks whether the column specified by the field name contains a negative number. Non-numeric values are not compared and result in Boolean.FALSE.
        Returns:
        the value of the function.
      • getField

        public String getField()
        Deprecated.
        Returns the name of the field from where to read the number.
        Returns:
        the field.
      • setField

        public void setField​(String field)
        Deprecated.
        Defines the name of the field from where to read the number.
        Parameters:
        field - the field.