public enum SaferLoaderPriority extends java.lang.Enum<SaferLoaderPriority>
Enum Constant and Description |
---|
HIGH |
HIGHEST |
LOW |
LOWEST |
MONITOR |
NORMAL |
Modifier and Type | Method and Description |
---|---|
int |
getPriority() |
static SaferLoaderPriority |
getPriority(int priority) |
static SaferLoaderPriority |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SaferLoaderPriority[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SaferLoaderPriority LOWEST
public static final SaferLoaderPriority LOW
public static final SaferLoaderPriority NORMAL
public static final SaferLoaderPriority HIGH
public static final SaferLoaderPriority HIGHEST
public static final SaferLoaderPriority MONITOR
public static SaferLoaderPriority[] values()
for (SaferLoaderPriority c : SaferLoaderPriority.values()) System.out.println(c);
public static SaferLoaderPriority 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 nullpublic int getPriority()
public static SaferLoaderPriority getPriority(int priority)