public enum AudioSignalType extends Enum<AudioSignalType>
| Enum Constant and Description |
|---|
END_SIGNAL |
PLAY_ANNOUNCEMENT |
PLAY_COLLECT |
PLAY_RECORD |
| Modifier and Type | Method and Description |
|---|---|
static AudioSignalType |
fromSymbol(String symbol) |
String |
symbol() |
static AudioSignalType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AudioSignalType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AudioSignalType PLAY_ANNOUNCEMENT
public static final AudioSignalType PLAY_COLLECT
public static final AudioSignalType PLAY_RECORD
public static final AudioSignalType END_SIGNAL
public static AudioSignalType[] values()
for (AudioSignalType c : AudioSignalType.values()) System.out.println(c);
public static AudioSignalType 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 String symbol()
public static AudioSignalType fromSymbol(String symbol)
Copyright © 2017 TeleStax, Inc.. All Rights Reserved.