Uses of Enum Class
com.deltaxml.htmlcompare.WarningReportMode
Packages that use WarningReportMode
-
Uses of WarningReportMode in com.deltaxml.htmlcompare
Methods in com.deltaxml.htmlcompare that return WarningReportModeModifier and TypeMethodDescriptionTableConfiguration.getWarningReportMode()Get the current value of the warning report mode parameter.static WarningReportModeReturns the enum constant of this class with the specified name.static WarningReportMode[]WarningReportMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.deltaxml.htmlcompare with parameters of type WarningReportModeModifier and TypeMethodDescriptionvoidTableConfiguration.setWarningReportMode(WarningReportMode value) Set the new value of the warning report mode parameter that controls where and how warnings should be output.