|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Comparison | |
|---|---|
| ch.ralscha.extdirectspring.filter | |
| Uses of Comparison in ch.ralscha.extdirectspring.filter |
|---|
| Methods in ch.ralscha.extdirectspring.filter that return Comparison | |
|---|---|
static Comparison |
Comparison.fromString(String name)
|
Comparison |
NumericFilter.getComparison()
|
Comparison |
DateFilter.getComparison()
|
static Comparison |
Comparison.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Comparison[] |
Comparison.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in ch.ralscha.extdirectspring.filter with parameters of type Comparison | |
|---|---|
DateFilter(String field,
String value,
Comparison comparison)
|
|
NumericFilter(String field,
Number value,
Comparison comparison)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||