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