Package | Description |
---|---|
com.opencloud.slee.resources.cgin.callcontrol |
Provides a common API for callcontrol protocols originally based on the INAP
family of protocols.
|
Modifier and Type | Method and Description |
---|---|
CCMessageID.Choice |
CCMessageID.getChoice()
Gets the discriminant of the current choice.
|
static CCMessageID.Choice |
CCMessageID.Choice.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CCMessageID.Choice[] |
CCMessageID.Choice.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|