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