|
|||||||||
| 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.TypeSpecificCondition
org.springmodules.validation.util.condition.NonNullAcceptingTypeSpecificCondition
org.springmodules.validation.util.condition.common.IsTrueCondition
public class IsTrueCondition
A boolean condition that checks whether the checked boolean is true.
| Constructor Summary | |
|---|---|
IsTrueCondition()
Constructs a nwe IsTrueCondition. |
|
| Method Summary | |
|---|---|
boolean |
doCheck(java.lang.Object bool)
Checks whether the given boolean object is true. |
| Methods inherited from class org.springmodules.validation.util.condition.NonNullAcceptingTypeSpecificCondition |
|---|
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 |
| Constructor Detail |
|---|
public IsTrueCondition()
| Method Detail |
|---|
public boolean doCheck(java.lang.Object bool)
true.
doCheck in class AbstractConditionbool - The boolean object to be checked.
true if the given boolean object is true, false otherwise.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||