Class NumericFilter

    • Constructor Detail

      • NumericFilter

        public NumericFilter​(java.lang.String property,
                             double value,
                             NumericFilter.Comparator comparator)
    • Method Detail

      • matches

        public boolean matches​(DataRecord record,
                               boolean treatNullAsDefaultValue)
      • explain

        public java.lang.String explain​(int filterLevel)
      • getValue

        public java.lang.Double getValue()
      • getValueAsInt

        public int getValueAsInt()
      • getValueAsLong

        public long getValueAsLong()