public static enum TaskService.TaskServerMode extends Enum<TaskService.TaskServerMode>
Enum Constant and Description |
---|
AUTO |
CLUSTERED |
REMOTE |
STANDALONE |
Modifier and Type | Method and Description |
---|---|
static TaskService.TaskServerMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskService.TaskServerMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TaskService.TaskServerMode STANDALONE
public static final TaskService.TaskServerMode CLUSTERED
public static final TaskService.TaskServerMode REMOTE
public static final TaskService.TaskServerMode AUTO
public static TaskService.TaskServerMode[] values()
for (TaskService.TaskServerMode c : TaskService.TaskServerMode.values()) System.out.println(c);
public static TaskService.TaskServerMode 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 © 2017 WSO2. All rights reserved.