|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springmodules.validation.util.condition.AbstractCondition
org.springmodules.validation.util.condition.NonNullAcceptingCondition
org.springmodules.validation.util.condition.range.AbstractRangeCondition
org.springmodules.validation.util.condition.range.AbstractSingleBoundCondition
public abstract class AbstractSingleBoundCondition
A base class for all single bound conditions.
| Field Summary | |
|---|---|
protected java.lang.Object |
bound
|
| Constructor Summary | |
|---|---|
AbstractSingleBoundCondition(java.lang.Comparable bound)
Constructs a new AbstractSingleBoundCondition with a given bound. |
|
AbstractSingleBoundCondition(java.lang.Object bound,
java.util.Comparator comparator)
Constructs a new AbstractSingleBoundCondition with given bound and the comparator to be used to compare the checked value. |
|
| Method Summary |
|---|
| Methods inherited from class org.springmodules.validation.util.condition.range.AbstractRangeCondition |
|---|
checkRange, doCheck |
| Methods inherited from class org.springmodules.validation.util.condition.NonNullAcceptingCondition |
|---|
beforeObjectChecked |
| Methods inherited from class org.springmodules.validation.util.condition.AbstractCondition |
|---|
afterObjectChecked, and, check, or |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.Object bound
| Constructor Detail |
|---|
public AbstractSingleBoundCondition(java.lang.Comparable bound)
bound - The bound.
public AbstractSingleBoundCondition(java.lang.Object bound,
java.util.Comparator comparator)
bound - The bound bound.comparator - The comparator.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||