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