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