Class DocumentDiagnosticReportKind


  • public final class DocumentDiagnosticReportKind
    extends java.lang.Object
    The document diagnostic report kinds.

    Since 3.17.0

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String Full
      A diagnostic report with a full set of problems.
      static java.lang.String Unchanged
      A report indicating that the last returned report is still accurate.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Full

        public static final java.lang.String Full
        A diagnostic report with a full set of problems.
        See Also:
        Constant Field Values
      • Unchanged

        public static final java.lang.String Unchanged
        A report indicating that the last returned report is still accurate.
        See Also:
        Constant Field Values