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