Uses of Enum Class
com.deltaxml.mergecommon.config.HtmlColumnKeyingMode
Packages that use HtmlColumnKeyingMode
Package
Description
This package provides configuration classes for merge.
-
Uses of HtmlColumnKeyingMode in com.deltaxml.mergecommon.config
Methods in com.deltaxml.mergecommon.config that return HtmlColumnKeyingModeModifier and TypeMethodDescriptionstatic HtmlColumnKeyingModeHtmlColumnKeyingMode.getColumnKeyingMode(String val) Returns aHtmlColumnKeyingModeobject based on the supplied String value.HtmlTableConfiguration.getHtmlColumnKeyingMode()Returns theHtmlColumnKeyingModecurrently in use when comparing HTML tables.static HtmlColumnKeyingModeReturns the enum constant of this class with the specified name.static HtmlColumnKeyingMode[]HtmlColumnKeyingMode.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 HtmlColumnKeyingModeModifier and TypeMethodDescriptionvoidHtmlTableConfiguration.setHtmlColumnKeyingMode(HtmlColumnKeyingMode mode) Sets theHtmlColumnKeyingModeto use when comparing HTML tables.