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