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