| Modifier and Type | Method and Description |
|---|---|
Operators |
LogicalFilter.getOperator()
Gets the operator used in this filter.
|
static Operators |
Operators.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Operators[] |
Operators.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LogicalFilter.setOperator(Operators value)
Sets the currently used logical operator.
|
static String |
Util.translate(Operators operator)
Translate the given operator to it's SQL string equivalent.
|
| Constructor and Description |
|---|
LogicalFilter(Operators operator,
Filter... filters)
Creates a new logical filter.
|
Copyright © 2013. All rights reserved.