Uses of Enum Class
com.deltaxml.mergecommon.config.WarningReportMode
Packages that use WarningReportMode
Package
Description
This package provides configuration classes for merge.
-
Uses of WarningReportMode in com.deltaxml.mergecommon.config
Methods in com.deltaxml.mergecommon.config that return WarningReportModeModifier and TypeMethodDescriptionCalsTableConfiguration.getWarningReportMode()Returns theWarningReportModein use when invalid CALS tables are encountered.HtmlTableConfiguration.getWarningReportMode()Returns theWarningReportModein use when invalid HTML tables are encountered.static WarningReportModeWarningReportMode.getWarningReportMode(String val) Returns aWarningReportModeobject based on the supplied String value.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.mergecommon.config with parameters of type WarningReportModeModifier and TypeMethodDescriptionvoidCalsTableConfiguration.setWarningReportMode(WarningReportMode mode) Specifies how CALS table invalidity warnings should be reported.voidHtmlTableConfiguration.setWarningReportMode(WarningReportMode mode) Specifies how HTML table invalidity warnings should be reported.