Package | Description |
---|---|
com.deltaxml.mergecommon.config |
This package provides configuration classes for merge.
|
Modifier and Type | Method and Description |
---|---|
CalsColumnKeyingMode |
CalsTableConfiguration.getCalsColumnKeyingMode()
Returns the
CalsColumnKeyingMode currently in use when comparing CALS tables. |
static CalsColumnKeyingMode |
CalsColumnKeyingMode.getColumnKeyingMode(String val)
Returns a
CalsColumnKeyingMode object based on the supplied String value. |
static CalsColumnKeyingMode |
CalsColumnKeyingMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CalsColumnKeyingMode[] |
CalsColumnKeyingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CalsTableConfiguration.setCalsColumnKeyingMode(CalsColumnKeyingMode mode)
Sets the
CalsColumnKeyingMode to use when comparing CALS tables. |
Copyright © 2023 Deltaman Group Ltd. All Rights Reserved.