public static enum TaskInstanceCommand.ACTION extends Enum<TaskInstanceCommand.ACTION>
Enum Constant and Description |
---|
REMOVE_TASK |
TASK_CONFIGURATION |
USER_MANAGEMENT |
Modifier and Type | Method and Description |
---|---|
static String[] |
strValues()
Method description
|
static TaskInstanceCommand.ACTION |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskInstanceCommand.ACTION[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TaskInstanceCommand.ACTION TASK_CONFIGURATION
public static final TaskInstanceCommand.ACTION USER_MANAGEMENT
public static final TaskInstanceCommand.ACTION REMOVE_TASK
public static TaskInstanceCommand.ACTION[] values()
for (TaskInstanceCommand.ACTION c : TaskInstanceCommand.ACTION.values()) System.out.println(c);
public static TaskInstanceCommand.ACTION 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 static String[] strValues()
Copyright © 2018 "Tigase, Inc.". All rights reserved.