com.unitesk.requality.eclipse.views.documents
public static enum Task.Action extends java.lang.Enum<Task.Action>
Enum Constant and Description |
---|
ADD_LOCATIONS |
FIND_LOCATIONS |
VERIFY |
Modifier and Type | Method and Description |
---|---|
boolean |
isBetterThan(Requirement.TransferStatus other) |
static Task.Action |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Task.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Task.Action VERIFY
public static final Task.Action ADD_LOCATIONS
public static final Task.Action FIND_LOCATIONS
public static Task.Action[] values()
for (Task.Action c : Task.Action.values()) System.out.println(c);
public static Task.Action valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic boolean isBetterThan(Requirement.TransferStatus other)