public static enum TextManager.TextName extends Enum<TextManager.TextName>
Enum Constant and Description |
---|
BookOfGenesis |
ChatText |
InauguralAddresses |
MobyDick |
Personals |
SenseAndSensibility |
TheManWhoWasThursday |
WallStreetJournal |
Modifier and Type | Method and Description |
---|---|
static TextManager.TextName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextManager.TextName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TextManager.TextName MobyDick
public static final TextManager.TextName SenseAndSensibility
public static final TextManager.TextName BookOfGenesis
public static final TextManager.TextName InauguralAddresses
public static final TextManager.TextName ChatText
public static final TextManager.TextName WallStreetJournal
public static final TextManager.TextName Personals
public static final TextManager.TextName TheManWhoWasThursday
public static TextManager.TextName[] values()
for (TextManager.TextName c : TextManager.TextName.values()) System.out.println(c);
public static TextManager.TextName valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullCopyright © 2011-2014. All Rights Reserved.