public interface ValidationState extends ValidationCollector
ValidationStateImpl
Modifier and Type | Method and Description |
---|---|
boolean |
isValid()
This method determines if the
validation has been
successful. |
getFailureCount, onFailure
boolean isValid()
validation
has been
successful.true
if no ValidationFailure
has been collected
,
false
otherwise.Copyright © 2001–2016 mmm-Team. All rights reserved.