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.ChoiceCCVariablePart.Choice. DATEReference to the choice DATE.static CCVariablePart.ChoiceCCVariablePart.Choice. INTEGERReference to the choice INTEGER.static CCVariablePart.ChoiceCCVariablePart.Choice. NUMBERReference to the choice NUMBER.static CCVariablePart.ChoiceCCVariablePart.Choice. PRICEReference to the choice PRICE.static CCVariablePart.ChoiceCCVariablePart.Choice. TIMEReference to the choice TIME.Methods in com.opencloud.slee.resources.cgin.callcontrol that return CCVariablePart.Choice Modifier and Type Method Description static CCVariablePart.ChoiceCCVariablePart.Choice. fromValue(int value)Finds or constructs an integer for the given numeric value.CCVariablePart.ChoiceCCVariablePart. 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 voidCCVariablePart. setChoice(CCVariablePart.Choice arg)Sets the discriminant of the current choice.
-