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