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