Class ReportItem


  • public class ReportItem
    extends java.lang.Object
    Result of validation of a constraint.
    • Constructor Summary

      Constructors 
      Constructor Description
      ReportItem​(java.lang.String message, Node value)  
    • Constructor Detail

      • ReportItem

        public ReportItem​(java.lang.String message,
                          Node value)
    • Method Detail

      • getMessage

        public java.lang.String getMessage()
      • getValue

        public Node getValue()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object