public interface IValidator
Modifier and Type | Method and Description |
---|---|
boolean |
validate(Object aValue)
Validates the given value.
|
boolean validate(Object aValue)
aValue
- the value to validate, can be null
or any object.true
if the given value is correct, false
otherwise.Copyright © 2015 L'Xtreme IT consultancy. All rights reserved.