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