net.sf.doolin.gui.validation.support
Class FalseObjectValidator
java.lang.Object
net.sf.doolin.gui.validation.support.TrueObjectValidator
net.sf.doolin.gui.validation.support.FalseObjectValidator
- All Implemented Interfaces:
- ObjectValidator
public class FalseObjectValidator
- extends TrueObjectValidator
This validator checks that the object can be evaluated to false.
- Author:
- Damien Coraboeuf
- See Also:
TrueObjectValidator
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FalseObjectValidator
public FalseObjectValidator()
validate
public boolean validate(Object value)
- Description copied from interface:
ObjectValidator
- Validates the
value.
- Specified by:
validate in interface ObjectValidator- Overrides:
validate in class TrueObjectValidator
- Parameters:
value - Value to check
- Returns:
- Result of the validation (
true if there is no
validationerror)
Copyright © 2011. All Rights Reserved.