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