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