public enum PrerecordedSpeech extends Enum<PrerecordedSpeech>
| Enum Constant and Description |
|---|
HELP_JINGLE |
INITIAL_JINGLE |
LISTEN_JINGLE |
NEGATIVE_JINGLE |
POSITIVE_JINGLE |
| Modifier and Type | Method and Description |
|---|---|
static PrerecordedSpeech |
valueForString(String value)
Convert String to PrerecordedSpeech
|
static PrerecordedSpeech |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrerecordedSpeech[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PrerecordedSpeech HELP_JINGLE
public static final PrerecordedSpeech INITIAL_JINGLE
public static final PrerecordedSpeech LISTEN_JINGLE
public static final PrerecordedSpeech POSITIVE_JINGLE
public static final PrerecordedSpeech NEGATIVE_JINGLE
public static PrerecordedSpeech[] values()
for (PrerecordedSpeech c : PrerecordedSpeech.values()) System.out.println(c);
public static PrerecordedSpeech 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 nullpublic static PrerecordedSpeech valueForString(String value)
value - String