public static enum DataCleansingChainExectutorTask.DataCleansingStepExecutionResult extends Enum<DataCleansingChainExectutorTask.DataCleansingStepExecutionResult>
| Enum Constant and Description |
|---|
RECORD_TO_BE_DELETED |
RECORD_UPDATED |
| Modifier and Type | Method and Description |
|---|---|
static DataCleansingChainExectutorTask.DataCleansingStepExecutionResult |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataCleansingChainExectutorTask.DataCleansingStepExecutionResult[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataCleansingChainExectutorTask.DataCleansingStepExecutionResult RECORD_UPDATED
public static final DataCleansingChainExectutorTask.DataCleansingStepExecutionResult RECORD_TO_BE_DELETED
public static DataCleansingChainExectutorTask.DataCleansingStepExecutionResult[] values()
for (DataCleansingChainExectutorTask.DataCleansingStepExecutionResult c : DataCleansingChainExectutorTask.DataCleansingStepExecutionResult.values()) System.out.println(c);
public static DataCleansingChainExectutorTask.DataCleansingStepExecutionResult valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2020 Open Foris. All rights reserved.