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