| Constructor and Description |
|---|
LogicalFilter(Operators operator,
Filter... filters)
Creates a new logical filter.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<Filter> |
getFilters()
Gets the inner filter list.
|
Operators |
getOperator()
Gets the operator used in this filter.
|
Set<String> |
getProperties()
Gets the set of properties in this filter statement.
|
void |
setOperator(Operators value)
Sets the currently used logical operator.
|
String |
toQueryString()
Translates this filter to its SQL query equivalent.
|
String |
toString() |
public Operators getOperator()
public void setOperator(Operators value)
value - the value of the operator.public ArrayList<Filter> getFilters()
public String toQueryString()
FiltertoQueryString in interface Filterpublic Set<String> getProperties()
FiltergetProperties in interface FilterCopyright © 2013. All rights reserved.