Uses of Class
com.opencloud.slee.resources.cgin.callcontrol.CCCancelArg.Choice
-
Packages that use CCCancelArg.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.cap_v4 Provides an API for the CAP v4 protocol. -
-
Uses of CCCancelArg.Choice in com.opencloud.slee.resources.cgin.callcontrol
Fields in com.opencloud.slee.resources.cgin.callcontrol declared as CCCancelArg.Choice Modifier and Type Field Description static CCCancelArg.Choice
CCCancelArg.Choice. ALLREQUESTS
Reference to the choice ALLREQUESTS.static CCCancelArg.Choice
CCCancelArg.Choice. INVOKEID
Reference to the choice INVOKEID.Methods in com.opencloud.slee.resources.cgin.callcontrol that return CCCancelArg.Choice Modifier and Type Method Description static CCCancelArg.Choice
CCCancelArg.Choice. fromValue(int value)
Finds or constructs an integer for the given numeric value.CCCancelArg.Choice
CCCancelArg. getChoice()
Gets the discriminant of the current choice.static CCCancelArg.Choice[]
CCCancelArg.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 CCCancelArg.Choice Modifier and Type Method Description protected void
CCCancelArg. setChoice(CCCancelArg.Choice arg)
Sets the discriminant of the current choice. -
Uses of CCCancelArg.Choice in com.opencloud.slee.resources.cgin.cap_v4
Subclasses of CCCancelArg.Choice in com.opencloud.slee.resources.cgin.cap_v4 Modifier and Type Class Description static class
CAP4CancelArg.Choice
API for CAP-gsmSSF-gsmSCF-ops-args.CancelArg.Choice.Methods in com.opencloud.slee.resources.cgin.cap_v4 that return CCCancelArg.Choice Modifier and Type Method Description static CCCancelArg.Choice
CAP4CancelArg.Choice. fromValue(int value)
Finds or constructs an integer for the given numeric value.static CCCancelArg.Choice[]
CAP4CancelArg.Choice. namedValues()
Returns an array containing all the numeric values that distinguish choices.
-