| Modifier and Type | Class and Description | 
|---|---|
static class  | KeyValueQueryPart.ComparisonOperatorSpecifies how two key-value pairs should be compared to each other  | 
| Constructor and Description | 
|---|
KeyValueQueryPart(String key, String value, KeyValueQueryPart.ComparisonOperator comparator)Creates a new query part  | 
| Modifier and Type | Method and Description | 
|---|---|
KeyValueQueryPart.ComparisonOperator | getComparisonOperator()Get the comparison operator  | 
String | getKey()Get the key of the property to compare to  | 
String | getValue()Get the value to compare to  | 
public KeyValueQueryPart(String key, String value, KeyValueQueryPart.ComparisonOperator comparator)
key - the key of the property to compare tovalue - the value to compare tocomparator - the used comparatorpublic String getKey()
public String getValue()
public KeyValueQueryPart.ComparisonOperator getComparisonOperator()