Uses of Enum Class
com.deltaxml.htmlcompare.ColumnKeyingMode
Packages that use ColumnKeyingMode
-
Uses of ColumnKeyingMode in com.deltaxml.htmlcompare
Methods in com.deltaxml.htmlcompare that return ColumnKeyingModeModifier and TypeMethodDescriptionTableConfiguration.getColumnKeyingMode()Get the current value of the column keying mode parameter.static ColumnKeyingModeReturns the enum constant of this class with the specified name.static ColumnKeyingMode[]ColumnKeyingMode.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 ColumnKeyingModeModifier and TypeMethodDescriptionvoidTableConfiguration.setColumnKeyingMode(ColumnKeyingMode value) Set the new value of the column keying mode parameter that controls how columns should be keyed and therefore compared.