|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Validated
An object whose validity can be confirmed after initialization. If the object is deemed invalid, a list of reasons for invalidity can be requested.
Method Summary | |
---|---|
List<ValidityProblem> |
getProblems()
Gets the list of problems encountered while initializing the object. |
boolean |
isValid()
Gets whether the object is completely valid (i.e., no problems during initialization). |
Method Detail |
---|
boolean isValid()
List<ValidityProblem> getProblems()
isValid()
returning true.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |