public static class QueryParser.QueryTerm extends Object
| Constructor and Description |
|---|
QueryParser.QueryTerm(boolean negated,
String operator,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getOperator() |
Object |
getValue() |
boolean |
isNegated() |
void |
setNegated(boolean negated) |
void |
setOperator(String operator) |
void |
setValue(Object value) |
String |
toString() |
Copyright © 2014 Calrissian. All Rights Reserved.