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 | Field and Description |
---|---|
static CCReceivedInformationArg.Choice |
CCReceivedInformationArg.Choice.DIGITSRESPONSE
Reference to the choice DIGITSRESPONSE.
|
Modifier and Type | Method and Description |
---|---|
static CCReceivedInformationArg.Choice |
CCReceivedInformationArg.Choice.fromValue(int value)
Finds or constructs an integer for the given numeric value.
|
CCReceivedInformationArg.Choice |
CCReceivedInformationArg.getChoice()
Gets the discriminant of the current choice.
|
static CCReceivedInformationArg.Choice[] |
CCReceivedInformationArg.Choice.namedValues()
Returns an array containing all the numeric values that distinguish choices.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CCReceivedInformationArg.setChoice(CCReceivedInformationArg.Choice arg)
Sets the discriminant of the current choice.
|