Package org.springmodules.validation.util.condition.range

Class Summary
AbstractBetweenCondition An AbstractRangeCondition implementation that serves as a base class for all between conditions.
AbstractRangeCondition A base class for all range conditions.
AbstractSingleBoundCondition A base class for all single bound conditions.
BetweenCondition An AbstractRangeCondition implementation that checks whether the checked range is between two specific values (excluding).
BetweenIncludingCondition An AbstractRangeCondition implementation that checks whether the checked range is between two specific values (including).
BetweenIncludingLowerBoundCondition An AbstractBetweenCondition implementation that checks whether the checked value is greater than or equals the lower bound and smaller than the upper bound.
BetweenIncludingUpperBoundCondition An AbstractBetweenCondition implementation that checks whether the checked value is greater than the lower bound and smaller than or equals the upper bound.
GreaterThanCondition An AbstractSingleBoundCondition implementation that checkCalendar whether the checked value is greater than a specific loweer bound.
GreaterThanOrEqualsCondition An AbstractSingleBoundCondition implementation that checkCalendar whether the checked value is greater than or equals a specific loweer bound.
LessThanCondition An AbstractSingleBoundCondition implementation that checks whether the checked value is less than as specific upper bound.
LessThanOrEqualsCondition An AbstractSingleBoundCondition implementation that checks whether the checked value is less than or equals as specific upper bound.
NumberAwareComparableComparator A comparator that compares Comparable instances but treats comparison of Number instances in a special manner.
 



Copyright © 2009. All Rights Reserved.