|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ValidationResultCollector
Object passed to the ModelElementValidator to collect validation results.
| Method Summary | |
|---|---|
void |
addError(int code,
String message)
Adds an error |
void |
addWarning(int code,
String message)
Adds a warining |
| Method Detail |
|---|
void addError(int code,
String message)
code - a reference code for the errormessage - a human consumable error message
void addWarning(int code,
String message)
code - a reference code for the errormessage - a human consumable error message
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||