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