public class Condition extends Object
| Constructor and Description |
|---|
Condition(String property,
Operator operator,
String value) |
Condition(String property,
String operator,
String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static List<Condition> |
getConditions(String query)
Gets a List of Conditions from a string like: a=x b~'that\'s' c>='z'
|
Operator |
getOperator() |
String |
getProperty() |
String |
getValue() |
int |
hashCode() |
String |
toString() |
public Condition(String property, Operator operator, String value) throws QueryParseException
QueryParseExceptionpublic Condition(String property, String operator, String value) throws InvalidOperatorException, QueryParseException
public static List<Condition> getConditions(String query) throws QueryParseException
query - The query string.QueryParseExceptionpublic String getProperty()
public Operator getOperator()
public String getValue()
Copyright © 2013 DuraSpace. All Rights Reserved.