de.espirit.firstspirit.access
Enum Task.Priority
java.lang.Object
java.lang.Enum<Task.Priority>
de.espirit.firstspirit.access.Task.Priority
- All Implemented Interfaces:
- Serializable, Comparable<Task.Priority>
- Enclosing interface:
- Task
public static enum Task.Priority
- extends Enum<Task.Priority>
Task priority
- Since:
- 4.0.120
Method Summary |
static Task.Priority |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Task.Priority[] |
values()
Returns an array containing the constants of this enum type, in
the order they're declared. |
VERY_LOW
public static final Task.Priority VERY_LOW
- Since:
- 4.0.120
LOW
public static final Task.Priority LOW
- Since:
- 4.0.120
NORMAL
public static final Task.Priority NORMAL
- Since:
- 4.0.120
HIGH
public static final Task.Priority HIGH
- Since:
- 4.0.120
VERY_HIGH
public static final Task.Priority VERY_HIGH
- Since:
- 4.0.120
values
public static final Task.Priority[] values()
- Returns an array containing the constants of this enum type, in
the order they're declared. This method may be used to iterate
over the constants as follows:
for(Task.Priority c : Task.Priority.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they're declared
valueOf
public static Task.Priority valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
Copyright © 2012 e-Spirit AG. All Rights Reserved. Build 4.2.480