Uses of Class
com.opencloud.slee.resources.cgin.callcontrol.CCReceivedInformationArg.Choice
-
Packages that use CCReceivedInformationArg.Choice Package Description com.opencloud.slee.resources.cgin.callcontrol Provides a common API for callcontrol protocols originally based on the INAP family of protocols. -
-
Uses of CCReceivedInformationArg.Choice in com.opencloud.slee.resources.cgin.callcontrol
Fields in com.opencloud.slee.resources.cgin.callcontrol declared as CCReceivedInformationArg.Choice Modifier and Type Field Description static CCReceivedInformationArg.Choice
CCReceivedInformationArg.Choice. DIGITSRESPONSE
Reference to the choice DIGITSRESPONSE.Methods in com.opencloud.slee.resources.cgin.callcontrol that return CCReceivedInformationArg.Choice Modifier and Type Method Description static CCReceivedInformationArg.Choice
CCReceivedInformationArg.Choice. fromValue(int value)
Finds or constructs an integer for the given numeric value.CCReceivedInformationArg.Choice
CCReceivedInformationArg. getChoice()
Gets the discriminant of the current choice.static CCReceivedInformationArg.Choice[]
CCReceivedInformationArg.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 CCReceivedInformationArg.Choice Modifier and Type Method Description protected void
CCReceivedInformationArg. setChoice(CCReceivedInformationArg.Choice arg)
Sets the discriminant of the current choice.
-