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.ChoiceCCGapTreatment.Choice. INFORMATIONTOSENDReference to the choice INFORMATIONTOSEND.static CCGapTreatment.ChoiceCCGapTreatment.Choice. RELEASECAUSEReference to the choice RELEASECAUSE.Methods in com.opencloud.slee.resources.cgin.callcontrol that return CCGapTreatment.Choice Modifier and Type Method Description static CCGapTreatment.ChoiceCCGapTreatment.Choice. fromValue(int value)Finds or constructs an integer for the given numeric value.CCGapTreatment.ChoiceCCGapTreatment. 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 voidCCGapTreatment. 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 classCS1GapTreatment.ChoiceAPI 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.ChoiceCS1GapTreatment.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.
-