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