Class QueryProcessorOption<T>
- java.lang.Object
-
- com.funnelback.publicui.search.model.collection.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
-
-
Constructor Summary
Constructors Constructor Description QueryProcessorOption()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toString()
Used for debugging display, not suitable to use to generate the CLI string representation.
-