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