public enum MgcpControllerEvent extends Enum<MgcpControllerEvent>
MgcpControllerFsm.| Enum Constant and Description |
|---|
ACTIVATE |
CHANNEL_BOUND |
CHANNEL_OPENED |
DEACTIVATE |
DEACTIVATED |
| Modifier and Type | Method and Description |
|---|---|
static MgcpControllerEvent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MgcpControllerEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MgcpControllerEvent ACTIVATE
public static final MgcpControllerEvent CHANNEL_OPENED
public static final MgcpControllerEvent CHANNEL_BOUND
public static final MgcpControllerEvent DEACTIVATE
public static final MgcpControllerEvent DEACTIVATED
public static MgcpControllerEvent[] values()
for (MgcpControllerEvent c : MgcpControllerEvent.values()) System.out.println(c);
public static MgcpControllerEvent 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.