public enum MgcpControllerState extends Enum<MgcpControllerState>
MgcpController.| Enum Constant and Description |
|---|
ACTIVATED |
ACTIVATING |
ACTIVE_CHANNEL |
BINDING_CHANNEL |
CLOSING_CHANNEL |
DEACTIVATED |
DEACTIVATING |
OPENING_CHANNEL |
UNINITIALIZED |
| Modifier and Type | Method and Description |
|---|---|
static MgcpControllerState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MgcpControllerState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MgcpControllerState UNINITIALIZED
public static final MgcpControllerState ACTIVATING
public static final MgcpControllerState OPENING_CHANNEL
public static final MgcpControllerState BINDING_CHANNEL
public static final MgcpControllerState ACTIVE_CHANNEL
public static final MgcpControllerState ACTIVATED
public static final MgcpControllerState DEACTIVATING
public static final MgcpControllerState CLOSING_CHANNEL
public static final MgcpControllerState DEACTIVATED
public static MgcpControllerState[] values()
for (MgcpControllerState c : MgcpControllerState.values()) System.out.println(c);
public static MgcpControllerState 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.