public enum AdvancedAudioEventType extends Enum<AdvancedAudioEventType> implements MgcpEventType
| Enum Constant and Description |
|---|
OPERATION_COMPLETE |
OPERATION_FAILED |
| Modifier and Type | Method and Description |
|---|---|
static AdvancedAudioEventType |
fromSymbol(String symbol) |
boolean |
parameterized()
Gets whether the event is parameterized or not.
|
String |
symbol()
Gets the symbol of the event.
|
static AdvancedAudioEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdvancedAudioEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdvancedAudioEventType OPERATION_COMPLETE
public static final AdvancedAudioEventType OPERATION_FAILED
public static AdvancedAudioEventType[] values()
for (AdvancedAudioEventType c : AdvancedAudioEventType.values()) System.out.println(c);
public static AdvancedAudioEventType 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()
MgcpEventTypesymbol in interface MgcpEventTypepublic boolean parameterized()
MgcpEventTypeparameterized in interface MgcpEventTypepublic static final AdvancedAudioEventType fromSymbol(String symbol)
Copyright © 2017 TeleStax, Inc.. All Rights Reserved.