Uses of Enum Class
com.deltaxml.docbook.config.WarningReportMode
Packages that use WarningReportMode
Package
Description
Configuration objects for the DocBook comparison API.
-
Uses of WarningReportMode in com.deltaxml.docbook.config
Methods in com.deltaxml.docbook.config that return WarningReportModeModifier and TypeMethodDescriptionValidation.getWarningReportMode()Gets the value of the warningReportMode 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.docbook.config with parameters of type WarningReportModeModifier and TypeMethodDescriptionvoidValidation.setWarningReportMode(WarningReportMode value) Sets the mode to use for reporting recoverable errors and warnings.Constructors in com.deltaxml.docbook.config with parameters of type WarningReportModeModifierConstructorDescriptionValidation(WarningReportMode warningReportMode) Create a newValidationinstance, setting the mode to use for reporting recoverable errors and warnings.