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