public static enum ResynchronizationTask.TaskType extends Enum<ResynchronizationTask.TaskType>
| Enum Constant and Description |
|---|
CREATE_ACCOUNT |
CREATE_STRATEGY |
REMOVE_STRATEGY |
UPDATE_STRATEGY |
| Modifier and Type | Method and Description |
|---|---|
static ResynchronizationTask.TaskType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResynchronizationTask.TaskType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResynchronizationTask.TaskType CREATE_ACCOUNT
public static final ResynchronizationTask.TaskType CREATE_STRATEGY
public static final ResynchronizationTask.TaskType UPDATE_STRATEGY
public static final ResynchronizationTask.TaskType REMOVE_STRATEGY
public static ResynchronizationTask.TaskType[] values()
for (ResynchronizationTask.TaskType c : ResynchronizationTask.TaskType.values()) System.out.println(c);
public static ResynchronizationTask.TaskType 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 © 2023. All rights reserved.