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