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