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.cap_v3 |
Provides an API for the CAP v3 protocol.
|
Modifier and Type | Field and Description |
---|---|
static CCGapCriteria.Choice |
CCGapCriteria.Choice.BASICGAPCRITERIA
Reference to the choice BASICGAPCRITERIA.
|
Modifier and Type | Method and Description |
---|---|
static CCGapCriteria.Choice |
CCGapCriteria.Choice.fromValue(int value)
Finds or constructs an integer for the given numeric value.
|
CCGapCriteria.Choice |
CCGapCriteria.getChoice()
Gets the discriminant of the current choice.
|
static CCGapCriteria.Choice[] |
CCGapCriteria.Choice.namedValues()
Returns an array containing all the numeric values that distinguish choices.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CCGapCriteria.setChoice(CCGapCriteria.Choice arg)
Sets the discriminant of the current choice.
|
Modifier and Type | Class and Description |
---|---|
static class |
CAP3GapCriteria.Choice
API for CAP-datatypes.GapCriteria.Choice.
|
Modifier and Type | Method and Description |
---|---|
static CCGapCriteria.Choice |
CAP3GapCriteria.Choice.fromValue(int value)
Finds or constructs an integer for the given numeric value.
|
static CCGapCriteria.Choice[] |
CAP3GapCriteria.Choice.namedValues()
Returns an array containing all the numeric values that distinguish choices.
|