static class |
DoubleFilter.DoubleComparison |
An abstract class handling all double comparisons.
|
static class |
DoubleFilter.DoubleEq |
A comparison for a data attribute value being equal to a double value.
|
static class |
DoubleFilter.DoubleGe |
A comparison for a data attribute value being greater than or equal to a double value.
|
static class |
DoubleFilter.DoubleGt |
A comparison for a data attribute value being greater than a double value.
|
static class |
DoubleFilter.DoubleLe |
A comparison for a data attribute value being less than or equal to a double value.
|
static class |
DoubleFilter.DoubleLt |
A comparison for a data attribute value being less than a double value.
|
static class |
DoubleFilter.DoubleNe |
A comparison for a data attribute value being different from a double value.
|
static class |
InstantFilter.InstantComparison |
An abstract class handling all instant comparisons.
|
static class |
InstantFilter.InstantEq |
A comparison for a data attribute value being equal to an instant value.
|
static class |
InstantFilter.InstantGe |
A comparison for a data attribute value being greater than or equal to an instant value.
|
static class |
InstantFilter.InstantGt |
A comparison for a data attribute value being greater than an instant value.
|
static class |
InstantFilter.InstantLe |
A comparison for a data attribute value being less than or equal to an instant value.
|
static class |
InstantFilter.InstantLt |
A comparison for a data attribute value being less than an instant value.
|
static class |
InstantFilter.InstantNe |
A comparison for a data attribute value being different from an instant value.
|
static class |
LongFilter.LongComparison |
An abstract class handling all long comparisons.
|
static class |
LongFilter.LongEq |
A comparison for a data attribute value being equal to a long value.
|
static class |
LongFilter.LongGe |
A comparison for a data attribute value being greater than or equal to a long value.
|
static class |
LongFilter.LongGt |
A comparison for a data attribute value being greater than a long value.
|
static class |
LongFilter.LongLe |
A comparison for a data attribute value being less than or equal to a long value.
|
static class |
LongFilter.LongLt |
A comparison for a data attribute value being less than a long value.
|
static class |
LongFilter.LongNe |
A comparison for a data attribute value being different from a long value.
|
static class |
StringFilter.StringComparison |
An abstract class handling all string comparisons.
|
static class |
StringFilter.StringEq |
A comparison for a data attribute value being equal to a string value.
|
static class |
StringFilter.StringiEq |
A comparison for a data attribute value being equal ignoring case to a string value.
|
static class |
StringFilter.StringiLike |
A comparison for a data attribute value being like a string value (possibly with the usual
wildcards ?
|
static class |
StringFilter.StringiNe |
A comparison for a data attribute value being different ignoring case from a string value.
|
static class |
StringFilter.StringiUnlike |
A comparison for a data attribute value being different from some similar string value
(possibly with the usual wildcards ?
|
static class |
StringFilter.StringLike |
A comparison for a data attribute value being like a string value (possibly with the usual
wildcards ?
|
static class |
StringFilter.StringNe |
A comparison for a data attribute value being different from a string value.
|
static class |
StringFilter.StringRegExp |
A comparison for a string data attribute value matching a regular expression.
|
static class |
StringFilter.StringUnlike |
/** A comparison for a data attribute value being different from some similar string value
(possibly with the usual wildcards ?
|