public static enum Action.Status extends Enum<Action.Status>
| Modifier and Type | Method and Description |
|---|---|
static Action.Status |
byJiraIssueStatus(JiraTask.Status status) |
static Action.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Action.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Action.Status OPEN
public static final Action.Status CLOSED
public static Action.Status[] values()
for (Action.Status c : Action.Status.values()) System.out.println(c);
public static Action.Status 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 Action.Status byJiraIssueStatus(JiraTask.Status status)
Copyright © 2012-2013 SURFnet bv, The Netherlands. All Rights Reserved.