public static enum Layer1ApiSoundAlertMessage.SoundAlertStatus extends java.lang.Enum<Layer1ApiSoundAlertMessage.SoundAlertStatus>
| Enum Constant and Description |
|---|
DONE
Done playing
|
PENDING
In queue, waiting it's turn
|
PLAYING
Started playing
|
| Modifier and Type | Method and Description |
|---|---|
static Layer1ApiSoundAlertMessage.SoundAlertStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Layer1ApiSoundAlertMessage.SoundAlertStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Layer1ApiSoundAlertMessage.SoundAlertStatus PENDING
public static final Layer1ApiSoundAlertMessage.SoundAlertStatus PLAYING
public static final Layer1ApiSoundAlertMessage.SoundAlertStatus DONE
public static Layer1ApiSoundAlertMessage.SoundAlertStatus[] values()
for (Layer1ApiSoundAlertMessage.SoundAlertStatus c : Layer1ApiSoundAlertMessage.SoundAlertStatus.values()) System.out.println(c);
public static Layer1ApiSoundAlertMessage.SoundAlertStatus 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