public static enum CAP4EventSpecificInformationBCSM.TMidCallSpecificInfo.MidCallEvents.Choice extends Enum<CAP4EventSpecificInformationBCSM.TMidCallSpecificInfo.MidCallEvents.Choice>
Enum Constant and Description |
---|
DTMFDIGITSCOMPLETED |
DTMFDIGITSTIMEOUT |
Modifier and Type | Method and Description |
---|---|
static CAP4EventSpecificInformationBCSM.TMidCallSpecificInfo.MidCallEvents.Choice |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CAP4EventSpecificInformationBCSM.TMidCallSpecificInfo.MidCallEvents.Choice[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CAP4EventSpecificInformationBCSM.TMidCallSpecificInfo.MidCallEvents.Choice DTMFDIGITSCOMPLETED
public static final CAP4EventSpecificInformationBCSM.TMidCallSpecificInfo.MidCallEvents.Choice DTMFDIGITSTIMEOUT
public static CAP4EventSpecificInformationBCSM.TMidCallSpecificInfo.MidCallEvents.Choice[] values()
for (CAP4EventSpecificInformationBCSM.TMidCallSpecificInfo.MidCallEvents.Choice c : CAP4EventSpecificInformationBCSM.TMidCallSpecificInfo.MidCallEvents.Choice.values()) System.out.println(c);
public static CAP4EventSpecificInformationBCSM.TMidCallSpecificInfo.MidCallEvents.Choice 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 null