| Package | Description |
|---|---|
| ch.ralscha.extdirectspring.filter |
| Modifier and Type | Method and Description |
|---|---|
static Comparison |
Comparison.fromString(String externalValue) |
Comparison |
DateFilter.getComparison() |
Comparison |
NumericFilter.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.
|
| Constructor and Description |
|---|
DateFilter(String field,
String value,
Comparison comparison) |
NumericFilter(String field,
Number value,
Comparison comparison) |
Copyright © 2010-2014. All Rights Reserved.