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