public static enum TaskInstanceCommand.ROSTER_ACTION extends Enum<TaskInstanceCommand.ROSTER_ACTION>
Enum Constant and Description |
---|
REMOVE_USER |
UPDATE_DATA |
Modifier and Type | Method and Description |
---|---|
static String[] |
strValues()
Method description
|
static TaskInstanceCommand.ROSTER_ACTION |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskInstanceCommand.ROSTER_ACTION[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TaskInstanceCommand.ROSTER_ACTION UPDATE_DATA
public static final TaskInstanceCommand.ROSTER_ACTION REMOVE_USER
public static TaskInstanceCommand.ROSTER_ACTION[] values()
for (TaskInstanceCommand.ROSTER_ACTION c : TaskInstanceCommand.ROSTER_ACTION.values()) System.out.println(c);
public static TaskInstanceCommand.ROSTER_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.