| Modifier and Type | Method and Description |
|---|---|
DupeActionType |
DuplicateRule.getActionOnInsert() |
DupeActionType |
DuplicateRule.getActionOnUpdate() |
static DupeActionType |
DupeActionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DupeActionType[] |
DupeActionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DuplicateRule.setActionOnInsert(DupeActionType actionOnInsert) |
void |
DuplicateRule.setActionOnUpdate(DupeActionType actionOnUpdate) |
Copyright © 2020. All Rights Reserved.