public enum PluginLevel extends java.lang.Enum<PluginLevel>
Enum Constant and Description |
---|
BulletProof |
Local |
NightlyBuild |
PeerReviewed |
Regular |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
int |
getValue() |
static PluginLevel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PluginLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PluginLevel Local
public static final PluginLevel NightlyBuild
public static final PluginLevel Regular
public static final PluginLevel PeerReviewed
public static final PluginLevel BulletProof
public static PluginLevel[] values()
for (PluginLevel c : PluginLevel.values()) System.out.println(c);
public static PluginLevel 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 java.lang.String getName()
public int getValue()