|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractBetweenCondition | |
|---|---|
| org.springmodules.validation.util.condition.range | |
| Uses of AbstractBetweenCondition in org.springmodules.validation.util.condition.range |
|---|
| Subclasses of AbstractBetweenCondition in org.springmodules.validation.util.condition.range | |
|---|---|
class |
BetweenCondition
An AbstractRangeCondition implementation that checks whether the checked range is between two
specific values (excluding). |
class |
BetweenIncludingCondition
An AbstractRangeCondition implementation that checks whether the checked range is between two
specific values (including). |
class |
BetweenIncludingLowerBoundCondition
An AbstractBetweenCondition implementation that checks whether the checked value is greater than or equals
the lower bound and smaller than the upper bound. |
class |
BetweenIncludingUpperBoundCondition
An AbstractBetweenCondition implementation that checks whether the checked value is greater than the lower
bound and smaller than or equals the upper bound. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||