public static enum Mep.Priority extends java.lang.Enum<Mep.Priority>
Enum Constant and Description |
---|
PRIO0 |
PRIO1 |
PRIO2 |
PRIO3 |
PRIO4 |
PRIO5 |
PRIO6 |
PRIO7 |
Modifier and Type | Method and Description |
---|---|
static Mep.Priority |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Mep.Priority[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Mep.Priority PRIO0
public static final Mep.Priority PRIO1
public static final Mep.Priority PRIO2
public static final Mep.Priority PRIO3
public static final Mep.Priority PRIO4
public static final Mep.Priority PRIO5
public static final Mep.Priority PRIO6
public static final Mep.Priority PRIO7
public static Mep.Priority[] values()
for (Mep.Priority c : Mep.Priority.values()) System.out.println(c);
public static Mep.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