| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractRangeCondition | |
|---|---|
| org.springmodules.validation.util.condition.range | |
| Uses of AbstractRangeCondition in org.springmodules.validation.util.condition.range | 
|---|
| Subclasses of AbstractRangeCondition in org.springmodules.validation.util.condition.range | |
|---|---|
 class | 
AbstractBetweenCondition
An AbstractRangeCondition implementation that serves as a base class for all between conditions. | 
 class | 
AbstractSingleBoundCondition
A base class for all single bound conditions.  | 
 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. | 
 class | 
GreaterThanCondition
An AbstractSingleBoundCondition implementation that checkCalendar whether the checked value is greater than a
 specific loweer bound. | 
 class | 
GreaterThanOrEqualsCondition
An AbstractSingleBoundCondition implementation that checkCalendar whether the checked value is greater than or
 equals a specific loweer bound. | 
 class | 
LessThanCondition
An AbstractSingleBoundCondition implementation that checks whether the checked value is less than
 as specific upper bound. | 
 class | 
LessThanOrEqualsCondition
An AbstractSingleBoundCondition implementation that checks whether the checked value is less than or equals
 as specific upper bound. | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||