Uses of Class
com.opencloud.slee.resources.cgin.callcontrol.CCGapTreatment.Choice
-
Packages that use CCGapTreatment.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.etsi_inap_cs1 Provides an API for the ETSI INAP CS1 protocol. -
-
Uses of CCGapTreatment.Choice in com.opencloud.slee.resources.cgin.callcontrol
Fields in com.opencloud.slee.resources.cgin.callcontrol declared as CCGapTreatment.Choice Modifier and Type Field Description static CCGapTreatment.Choice
CCGapTreatment.Choice. INFORMATIONTOSEND
Reference to the choice INFORMATIONTOSEND.static CCGapTreatment.Choice
CCGapTreatment.Choice. RELEASECAUSE
Reference to the choice RELEASECAUSE.Methods in com.opencloud.slee.resources.cgin.callcontrol that return CCGapTreatment.Choice Modifier and Type Method Description static CCGapTreatment.Choice
CCGapTreatment.Choice. fromValue(int value)
Finds or constructs an integer for the given numeric value.CCGapTreatment.Choice
CCGapTreatment. getChoice()
Gets the discriminant of the current choice.static CCGapTreatment.Choice[]
CCGapTreatment.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 CCGapTreatment.Choice Modifier and Type Method Description protected void
CCGapTreatment. setChoice(CCGapTreatment.Choice arg)
Sets the discriminant of the current choice. -
Uses of CCGapTreatment.Choice in com.opencloud.slee.resources.cgin.etsi_inap_cs1
Subclasses of CCGapTreatment.Choice in com.opencloud.slee.resources.cgin.etsi_inap_cs1 Modifier and Type Class Description static class
CS1GapTreatment.Choice
API for Core-INAP-CS1-DataTypes.GapTreatment.Choice.Methods in com.opencloud.slee.resources.cgin.etsi_inap_cs1 that return CCGapTreatment.Choice Modifier and Type Method Description static CCGapTreatment.Choice
CS1GapTreatment.Choice. fromValue(int value)
Finds or constructs an integer for the given numeric value.static CCGapTreatment.Choice[]
CS1GapTreatment.Choice. namedValues()
Returns an array containing all the numeric values that distinguish choices.
-