public interface AbstractValidatableObject
validated
.Modifier and Type | Method and Description |
---|---|
boolean |
validate(ValidationState state)
This method performs the actual validation.
|
boolean validate(ValidationState state)
state
- is the ValidationState
. Shall initially be created as new instance and passed on in case of
recursive validations. May also be null
and will then be created internally (in case you do not need
more feedback than a boolean result).true
if the validation of this object has been successful, false
otherwise (if there are
validation failures).Copyright © 2001–2016 mmm-Team. All rights reserved.