public enum MgcpParameterType extends Enum<MgcpParameterType>
| Modifier and Type | Method and Description |
|---|---|
static MgcpParameterType |
fromCode(String code) |
String |
getCode() |
static MgcpParameterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MgcpParameterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MgcpParameterType CALL_ID
public static final MgcpParameterType MODE
public static final MgcpParameterType SECOND_ENDPOINT
public static final MgcpParameterType SDP
public static final MgcpParameterType CONNECTION_ID
public static final MgcpParameterType CONNECTION_ID2
public static final MgcpParameterType ENDPOINT_ID
public static final MgcpParameterType REQUEST_ID
public static final MgcpParameterType REQUESTED_EVENTS
public static final MgcpParameterType REQUESTED_SIGNALS
public static final MgcpParameterType NOTIFIED_ENTITY
public static final MgcpParameterType OBSERVED_EVENT
public static final MgcpParameterType CONNECTION_PARAMETERS
public static final MgcpParameterType LOCAL_CONNECTION_OPTIONS
public static final MgcpParameterType REASON_CODE
public static final MgcpParameterType BARER_INFORMATION
public static final MgcpParameterType REQUESTED_INFO
public static final MgcpParameterType REMOTE_CONNECTION_DESCRIPTION
public static final MgcpParameterType LOCAL_CONNECTION_DESCRIPTION
public static MgcpParameterType[] values()
for (MgcpParameterType c : MgcpParameterType.values()) System.out.println(c);
public static MgcpParameterType 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 getCode()
public static final MgcpParameterType fromCode(String code)
Copyright © 2017 TeleStax, Inc.. All Rights Reserved.