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_v2 |
Provides an API for the CAP v2 protocol.
|
com.opencloud.slee.resources.cgin.cap_v3 |
Provides an API for the CAP v3 protocol.
|
com.opencloud.slee.resources.cgin.cap_v4 |
Provides an API for the CAP v4 protocol.
|
Modifier and Type | Field and Description |
---|---|
static CCFurnishChargingInformationArg.Choice |
CCFurnishChargingInformationArg.Choice.FCIBCCCS1
Reference to the choice FCIBCCCS1.
|
Modifier and Type | Method and Description |
---|---|
static CCFurnishChargingInformationArg.Choice |
CCFurnishChargingInformationArg.Choice.fromValue(int value)
Finds or constructs an integer for the given numeric value.
|
CCFurnishChargingInformationArg.Choice |
CCFurnishChargingInformationArg.getChoice()
Gets the discriminant of the current choice.
|
static CCFurnishChargingInformationArg.Choice[] |
CCFurnishChargingInformationArg.Choice.namedValues()
Returns an array containing all the numeric values that distinguish choices.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CCFurnishChargingInformationArg.setChoice(CCFurnishChargingInformationArg.Choice arg)
Sets the discriminant of the current choice.
|
Modifier and Type | Class and Description |
---|---|
static class |
CAP2FurnishChargingInformationArg.Choice
API for CAP-DataTypes.FurnishChargingInformationArg.Choice.
|
Modifier and Type | Method and Description |
---|---|
static CCFurnishChargingInformationArg.Choice |
CAP2FurnishChargingInformationArg.Choice.fromValue(int value)
Finds or constructs an integer for the given numeric value.
|
static CCFurnishChargingInformationArg.Choice[] |
CAP2FurnishChargingInformationArg.Choice.namedValues()
Returns an array containing all the numeric values that distinguish choices.
|
Modifier and Type | Class and Description |
---|---|
static class |
CAP3FurnishChargingInformationArg.Choice
API for CAP-gsmSSF-gsmSCF-ops-args.FurnishChargingInformationArg.Choice.
|
Modifier and Type | Method and Description |
---|---|
static CCFurnishChargingInformationArg.Choice |
CAP3FurnishChargingInformationArg.Choice.fromValue(int value)
Finds or constructs an integer for the given numeric value.
|
static CCFurnishChargingInformationArg.Choice[] |
CAP3FurnishChargingInformationArg.Choice.namedValues()
Returns an array containing all the numeric values that distinguish choices.
|
Modifier and Type | Class and Description |
---|---|
static class |
CAP4FurnishChargingInformationArg.Choice
API for CAP-gsmSSF-gsmSCF-ops-args.FurnishChargingInformationArg.Choice.
|
Modifier and Type | Method and Description |
---|---|
static CCFurnishChargingInformationArg.Choice |
CAP4FurnishChargingInformationArg.Choice.fromValue(int value)
Finds or constructs an integer for the given numeric value.
|
static CCFurnishChargingInformationArg.Choice[] |
CAP4FurnishChargingInformationArg.Choice.namedValues()
Returns an array containing all the numeric values that distinguish choices.
|