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