static enum JobConfig.Priority extends Enum<JobConfig.Priority>
Enum Constant and Description |
---|
EIGHT |
FIVE |
FOUR |
NINE |
ONE |
SEVEN |
SIX |
TEN |
THREE |
TWO |
Modifier and Type | Field and Description |
---|---|
(package private) int |
inBase |
(package private) int |
inOpenGrid |
Modifier and Type | Method and Description |
---|---|
static JobConfig.Priority |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobConfig.Priority[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JobConfig.Priority ONE
public static final JobConfig.Priority TWO
public static final JobConfig.Priority THREE
public static final JobConfig.Priority FOUR
public static final JobConfig.Priority FIVE
public static final JobConfig.Priority SIX
public static final JobConfig.Priority SEVEN
public static final JobConfig.Priority EIGHT
public static final JobConfig.Priority NINE
public static final JobConfig.Priority TEN
public static JobConfig.Priority[] values()
for (JobConfig.Priority c : JobConfig.Priority.values()) System.out.println(c);
public static JobConfig.Priority 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 null