public static enum DataCleansingChainExectutorTask.DataCleansingStepNodeProcessorResult extends Enum<DataCleansingChainExectutorTask.DataCleansingStepNodeProcessorResult>
| Enum Constant and Description |
|---|
ATTRIBUTE_UPDATED |
ENTITY_DELETED |
RECORD_TO_BE_DELETED |
| Modifier and Type | Method and Description |
|---|---|
static DataCleansingChainExectutorTask.DataCleansingStepNodeProcessorResult |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataCleansingChainExectutorTask.DataCleansingStepNodeProcessorResult[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataCleansingChainExectutorTask.DataCleansingStepNodeProcessorResult ATTRIBUTE_UPDATED
public static final DataCleansingChainExectutorTask.DataCleansingStepNodeProcessorResult ENTITY_DELETED
public static final DataCleansingChainExectutorTask.DataCleansingStepNodeProcessorResult RECORD_TO_BE_DELETED
public static DataCleansingChainExectutorTask.DataCleansingStepNodeProcessorResult[] values()
for (DataCleansingChainExectutorTask.DataCleansingStepNodeProcessorResult c : DataCleansingChainExectutorTask.DataCleansingStepNodeProcessorResult.values()) System.out.println(c);
public static DataCleansingChainExectutorTask.DataCleansingStepNodeProcessorResult 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 © 2021 Open Foris. All rights reserved.