protected static enum Dispatcher.ExecutionType extends Enum<Dispatcher.ExecutionType>
| Enum Constant and Description |
|---|
RECOVERY |
SUBMISSION |
| Modifier and Type | Method and Description |
|---|---|
static Dispatcher.ExecutionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Dispatcher.ExecutionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Dispatcher.ExecutionType SUBMISSION
public static final Dispatcher.ExecutionType RECOVERY
public static Dispatcher.ExecutionType[] values()
for (Dispatcher.ExecutionType c : Dispatcher.ExecutionType.values()) System.out.println(c);
public static Dispatcher.ExecutionType 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 © 2014–2022 The Apache Software Foundation. All rights reserved.