|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ValidationResultFormatter
SPI which can be implemented to print out a summary of a validation result.
See ValidationResults.write(StringWriter, ValidationResultFormatter)
| Method Summary | |
|---|---|
void |
formatElement(StringWriter writer,
ModelElementInstance element)
formats an element in the summary |
void |
formatResult(StringWriter writer,
ValidationResult result)
formats a validation result |
| Method Detail |
|---|
void formatElement(StringWriter writer,
ModelElementInstance element)
writer - the writerelement - the element to write
void formatResult(StringWriter writer,
ValidationResult result)
writer - the writerresult - the result to format
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||