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