| Modifier and Type | Method and Description |
|---|---|
Comparators |
PropertyFilter.getComparator()
Gets the comparator.
|
static Comparators |
Comparators.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Comparators[] |
Comparators.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyFilter.setComparator(Comparators value)
Sets the comparator.
|
static String |
Util.translate(Comparators comparator)
Translate the given comparator to it's SQL string equivalent.
|
| Constructor and Description |
|---|
PropertyFilter(Class<?> type,
String property,
Comparators comparator,
Object value)
Creates a new instance of the class using the specified property name,
comparator and value.
|
PropertyFilter(String property,
Comparators comparator)
Creates a new instance of the class using the specified property name,
comparator and value.
|
PropertyFilter(String property,
Comparators comparator,
Object value)
Creates a new instance of the class using the specified property name,
comparator and value.
|
Copyright © 2013. All rights reserved.