public static enum ExtractNewRecordStateConfigDefinition.DeleteHandling extends Enum<ExtractNewRecordStateConfigDefinition.DeleteHandling> implements EnumeratedValue
| Modifier and Type | Method and Description |
|---|---|
String |
getValue()
Returns the string representation of this value
|
static ExtractNewRecordStateConfigDefinition.DeleteHandling |
parse(String value)
Determine if the supplied value is one of the predefined options.
|
static ExtractNewRecordStateConfigDefinition.DeleteHandling |
parse(String value,
String defaultValue)
Determine if the supplied value is one of the predefined options.
|
static ExtractNewRecordStateConfigDefinition.DeleteHandling |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtractNewRecordStateConfigDefinition.DeleteHandling[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExtractNewRecordStateConfigDefinition.DeleteHandling DROP
public static final ExtractNewRecordStateConfigDefinition.DeleteHandling REWRITE
public static final ExtractNewRecordStateConfigDefinition.DeleteHandling NONE
private final String value
public static ExtractNewRecordStateConfigDefinition.DeleteHandling[] values()
for (ExtractNewRecordStateConfigDefinition.DeleteHandling c : ExtractNewRecordStateConfigDefinition.DeleteHandling.values()) System.out.println(c);
public static ExtractNewRecordStateConfigDefinition.DeleteHandling 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 String getValue()
EnumeratedValuegetValue in interface EnumeratedValuepublic static ExtractNewRecordStateConfigDefinition.DeleteHandling parse(String value)
value - the configuration property value; may not be nullpublic static ExtractNewRecordStateConfigDefinition.DeleteHandling parse(String value, String defaultValue)
value - the configuration property value; may not be nulldefaultValue - the default value; may be nullCopyright © 2021 JBoss by Red Hat. All rights reserved.