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 CCGapTreatment.Choice |
CCGapTreatment.Choice.INFORMATIONTOSEND
Reference to the choice INFORMATIONTOSEND.
|
static CCGapTreatment.Choice |
CCGapTreatment.Choice.RELEASECAUSE
Reference to the choice RELEASECAUSE.
|
Modifier and Type | Method and Description |
---|---|
static CCGapTreatment.Choice |
CCGapTreatment.Choice.fromValue(int value)
Finds or constructs an integer for the given numeric value.
|
CCGapTreatment.Choice |
CCGapTreatment.getChoice()
Gets the discriminant of the current choice.
|
static CCGapTreatment.Choice[] |
CCGapTreatment.Choice.namedValues()
Returns an array containing all the numeric values that distinguish choices.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CCGapTreatment.setChoice(CCGapTreatment.Choice arg)
Sets the discriminant of the current choice.
|
Modifier and Type | Class and Description |
---|---|
static class |
CS1GapTreatment.Choice
API for Core-INAP-CS1-DataTypes.GapTreatment.Choice.
|
Modifier and Type | Method and Description |
---|---|
static CCGapTreatment.Choice |
CS1GapTreatment.Choice.fromValue(int value)
Finds or constructs an integer for the given numeric value.
|
static CCGapTreatment.Choice[] |
CS1GapTreatment.Choice.namedValues()
Returns an array containing all the numeric values that distinguish choices.
|