Uses of Class
com.opencloud.slee.resources.cgin.callcontrol.CCFurnishChargingInformationArg.Choice
-
Packages that use CCFurnishChargingInformationArg.Choice 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. -
-
Uses of CCFurnishChargingInformationArg.Choice in com.opencloud.slee.resources.cgin.callcontrol
Fields in com.opencloud.slee.resources.cgin.callcontrol declared as CCFurnishChargingInformationArg.Choice Modifier and Type Field Description static CCFurnishChargingInformationArg.Choice
CCFurnishChargingInformationArg.Choice. FCIBCCCS1
Reference to the choice FCIBCCCS1.Methods in com.opencloud.slee.resources.cgin.callcontrol that return CCFurnishChargingInformationArg.Choice Modifier and Type Method 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.Methods in com.opencloud.slee.resources.cgin.callcontrol with parameters of type CCFurnishChargingInformationArg.Choice Modifier and Type Method Description protected void
CCFurnishChargingInformationArg. setChoice(CCFurnishChargingInformationArg.Choice arg)
Sets the discriminant of the current choice. -
Uses of CCFurnishChargingInformationArg.Choice in com.opencloud.slee.resources.cgin.cap_v2
Subclasses of CCFurnishChargingInformationArg.Choice in com.opencloud.slee.resources.cgin.cap_v2 Modifier and Type Class Description static class
CAP2FurnishChargingInformationArg.Choice
API for CAP-DataTypes.FurnishChargingInformationArg.Choice.Methods in com.opencloud.slee.resources.cgin.cap_v2 that return CCFurnishChargingInformationArg.Choice Modifier and Type Method 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. -
Uses of CCFurnishChargingInformationArg.Choice in com.opencloud.slee.resources.cgin.cap_v3
Subclasses of CCFurnishChargingInformationArg.Choice in com.opencloud.slee.resources.cgin.cap_v3 Modifier and Type Class Description static class
CAP3FurnishChargingInformationArg.Choice
API for CAP-gsmSSF-gsmSCF-ops-args.FurnishChargingInformationArg.Choice.Methods in com.opencloud.slee.resources.cgin.cap_v3 that return CCFurnishChargingInformationArg.Choice Modifier and Type Method 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. -
Uses of CCFurnishChargingInformationArg.Choice in com.opencloud.slee.resources.cgin.cap_v4
Subclasses of CCFurnishChargingInformationArg.Choice in com.opencloud.slee.resources.cgin.cap_v4 Modifier and Type Class Description static class
CAP4FurnishChargingInformationArg.Choice
API for CAP-gsmSSF-gsmSCF-ops-args.FurnishChargingInformationArg.Choice.Methods in com.opencloud.slee.resources.cgin.cap_v4 that return CCFurnishChargingInformationArg.Choice Modifier and Type Method 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.
-