Class QueryProcessorOption<T>

  • Type Parameters:
    T - Type of value

    public class QueryProcessorOption<T>
    extends Object
    A PADRE query processor option, with a name and a value
    Author:
    nguillaumin@funnelback.com
    • Field Detail

      • name

        private final String name
        QPO name
      • value

        private final T value
        QPO value
    • Constructor Detail

      • QueryProcessorOption

        public QueryProcessorOption()
    • Method Detail

      • toString

        public String toString()
        Used for debugging display, not suitable to use to generate the CLI string representation.
        Overrides:
        toString in class Object