Package | Description |
---|---|
com.opencloud.slee.resources.cgin.callcontrol |
Provides a common API for callcontrol protocols originally based on the INAP
family of protocols.
|
com.opencloud.slee.resources.cgin.etsi_inap_cs1 |
Provides an API for the ETSI INAP CS1 protocol.
|
Modifier and Type | Field and Description |
---|---|
static CCInformationToSend.Choice |
CCInformationToSend.Choice.INBANDINFO
Reference to the choice INBANDINFO.
|
static CCInformationToSend.Choice |
CCInformationToSend.Choice.TONE
Reference to the choice TONE.
|
Modifier and Type | Method and Description |
---|---|
static CCInformationToSend.Choice |
CCInformationToSend.Choice.fromValue(int value)
Finds or constructs an integer for the given numeric value.
|
CCInformationToSend.Choice |
CCInformationToSend.getChoice()
Gets the discriminant of the current choice.
|
static CCInformationToSend.Choice[] |
CCInformationToSend.Choice.namedValues()
Returns an array containing all the numeric values that distinguish choices.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CCInformationToSend.setChoice(CCInformationToSend.Choice arg)
Sets the discriminant of the current choice.
|
Modifier and Type | Class and Description |
---|---|
static class |
CS1InformationToSend.Choice
API for Core-INAP-CS1-DataTypes.InformationToSend.Choice.
|
Modifier and Type | Method and Description |
---|---|
static CCInformationToSend.Choice |
CS1InformationToSend.Choice.fromValue(int value)
Finds or constructs an integer for the given numeric value.
|
static CCInformationToSend.Choice[] |
CS1InformationToSend.Choice.namedValues()
Returns an array containing all the numeric values that distinguish choices.
|