public static enum GroupMutex.Priority extends java.lang.Enum<GroupMutex.Priority>
Enum Constant and Description |
---|
CURRENT_ACTIVE_GROUP |
GROUP_NUMBER_DECREASING |
GROUP_NUMBER_INCREASING |
TIME_OF_ARRIVAL |
Modifier and Type | Method and Description |
---|---|
static GroupMutex.Priority |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GroupMutex.Priority[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GroupMutex.Priority CURRENT_ACTIVE_GROUP
public static final GroupMutex.Priority GROUP_NUMBER_INCREASING
public static final GroupMutex.Priority GROUP_NUMBER_DECREASING
public static final GroupMutex.Priority TIME_OF_ARRIVAL
public static GroupMutex.Priority[] values()
for (GroupMutex.Priority c : GroupMutex.Priority.values()) System.out.println(c);
public static GroupMutex.Priority 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 null