public enum TaskActionType extends Enum<TaskActionType>
| Enum Constant and Description |
|---|
ACCEPT
Accept.
|
CLOSE
Close.
|
REJECT
Reject.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getActionReference()
Getter for actionReference.
|
static TaskActionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskActionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TaskActionType ACCEPT
public static final TaskActionType REJECT
public static final TaskActionType CLOSE
public static TaskActionType[] values()
for (TaskActionType c : TaskActionType.values()) System.out.println(c);
public static TaskActionType 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 String getActionReference()
Copyright © 2016 OSIVIA. All rights reserved.