Interface ValidationReportItem


  • public interface ValidationReportItem
    Represents an element of a validation report.

    A validation item holds a user message, has a severity (usually an error) and has a subject that specifies with which entity (or entities) the message is associated.

    See Also:
    ValidationReport.getItemsOfSeverity(Severity)