|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ValidityReport
Data structure used to report the results of validation or consistency checking operations. It is an array of reports, each of which has a severity, a type (string) and a description (string).
| Nested Class Summary | |
|---|---|
static class |
ValidityReport.Report
|
| Method Summary | |
|---|---|
Iterator |
getReports()
Return an iterator over the separate ValidityReport.Report records. |
boolean |
isValid()
Return true if there are no problems reported by the validation. |
| Method Detail |
|---|
boolean isValid()
Iterator getReports()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||