JobUtil.JobPriority
public static enum EventUtil.JobPriority extends Enum<EventUtil.JobPriority>
Enum Constant and Description |
---|
MAX
Deprecated.
|
MIN
Deprecated.
|
NORM
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static EventUtil.JobPriority |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static EventUtil.JobPriority[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventUtil.JobPriority NORM
public static final EventUtil.JobPriority MIN
public static final EventUtil.JobPriority MAX
public static EventUtil.JobPriority[] values()
for (EventUtil.JobPriority c : EventUtil.JobPriority.values()) System.out.println(c);
public static EventUtil.JobPriority 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 nullCopyright © 2014 The Apache Software Foundation. All rights reserved.