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