public static enum DataCleansingStep.DataCleansingStepType extends Enum<DataCleansingStep.DataCleansingStepType>
| Enum Constant and Description |
|---|
ATTRIBUTE_UPDATE |
ENTITY_DELETE |
RECORD_DELETE |
| Modifier and Type | Method and Description |
|---|---|
static DataCleansingStep.DataCleansingStepType |
fromCode(char typeCode) |
char |
getCode() |
static DataCleansingStep.DataCleansingStepType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataCleansingStep.DataCleansingStepType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataCleansingStep.DataCleansingStepType ATTRIBUTE_UPDATE
public static final DataCleansingStep.DataCleansingStepType ENTITY_DELETE
public static final DataCleansingStep.DataCleansingStepType RECORD_DELETE
public static DataCleansingStep.DataCleansingStepType[] values()
for (DataCleansingStep.DataCleansingStepType c : DataCleansingStep.DataCleansingStepType.values()) System.out.println(c);
public static DataCleansingStep.DataCleansingStepType 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 nullpublic char getCode()
public static DataCleansingStep.DataCleansingStepType fromCode(char typeCode)
Copyright © 2022 Open Foris. All rights reserved.