Class PreFilter

    • Method Detail

      • toString

        public String toString()
        Overrides:
        toString in class Object
      • getValuesAsStrings

        public List<String> getValuesAsStrings()
        Returns a List of the values associated with this Filter as Strings. Any value which is an instance of a String will be returned single quoted with any internal single quotes escaped with another single quote.
        Returns:
        a List of values associated with this Filter as Strings or an empty List.
      • getColumnId

        public ColumnId getColumnId()
      • getOperator

        public Operator getOperator()