Uses of Class
com.opencloud.slee.resources.cgin.callcontrol.CCEventSpecificInformationBCSM.Choice
-
Packages that use CCEventSpecificInformationBCSM.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_v2 Provides an API for the CAP v2 protocol.com.opencloud.slee.resources.cgin.cap_v3 Provides an API for the CAP v3 protocol.com.opencloud.slee.resources.cgin.cap_v4 Provides an API for the CAP v4 protocol. -
-
Uses of CCEventSpecificInformationBCSM.Choice in com.opencloud.slee.resources.cgin.callcontrol
Fields in com.opencloud.slee.resources.cgin.callcontrol declared as CCEventSpecificInformationBCSM.Choice Modifier and Type Field Description static CCEventSpecificInformationBCSM.Choice
CCEventSpecificInformationBCSM.Choice. ANALYZEDINFOSPECIFICINFO
Reference to the choice ANALYZEDINFOSPECIFICINFO.static CCEventSpecificInformationBCSM.Choice
CCEventSpecificInformationBCSM.Choice. COLLECTEDINFOSPECIFICINFO
Reference to the choice COLLECTEDINFOSPECIFICINFO.static CCEventSpecificInformationBCSM.Choice
CCEventSpecificInformationBCSM.Choice. OANSWERSPECIFICINFO
Reference to the choice OANSWERSPECIFICINFO.static CCEventSpecificInformationBCSM.Choice
CCEventSpecificInformationBCSM.Choice. OCALLEDPARTYBUSYSPECIFICINFO
Reference to the choice OCALLEDPARTYBUSYSPECIFICINFO.static CCEventSpecificInformationBCSM.Choice
CCEventSpecificInformationBCSM.Choice. ODISCONNECTSPECIFICINFO
Reference to the choice ODISCONNECTSPECIFICINFO.static CCEventSpecificInformationBCSM.Choice
CCEventSpecificInformationBCSM.Choice. OMIDCALLSPECIFICINFO
Reference to the choice OMIDCALLSPECIFICINFO.static CCEventSpecificInformationBCSM.Choice
CCEventSpecificInformationBCSM.Choice. ONOANSWERSPECIFICINFO
Reference to the choice ONOANSWERSPECIFICINFO.static CCEventSpecificInformationBCSM.Choice
CCEventSpecificInformationBCSM.Choice. ROUTESELECTFAILURESPECIFICINFO
Reference to the choice ROUTESELECTFAILURESPECIFICINFO.static CCEventSpecificInformationBCSM.Choice
CCEventSpecificInformationBCSM.Choice. TANSWERSPECIFICINFO
Reference to the choice TANSWERSPECIFICINFO.static CCEventSpecificInformationBCSM.Choice
CCEventSpecificInformationBCSM.Choice. TCALLEDPARTYBUSYSPECIFICINFO
Reference to the choice TCALLEDPARTYBUSYSPECIFICINFO.static CCEventSpecificInformationBCSM.Choice
CCEventSpecificInformationBCSM.Choice. TDISCONNECTSPECIFICINFO
Reference to the choice TDISCONNECTSPECIFICINFO.static CCEventSpecificInformationBCSM.Choice
CCEventSpecificInformationBCSM.Choice. TMIDCALLSPECIFICINFO
Reference to the choice TMIDCALLSPECIFICINFO.static CCEventSpecificInformationBCSM.Choice
CCEventSpecificInformationBCSM.Choice. TNOANSWERSPECIFICINFO
Reference to the choice TNOANSWERSPECIFICINFO.Methods in com.opencloud.slee.resources.cgin.callcontrol that return CCEventSpecificInformationBCSM.Choice Modifier and Type Method Description static CCEventSpecificInformationBCSM.Choice
CCEventSpecificInformationBCSM.Choice. fromValue(int value)
Finds or constructs an integer for the given numeric value.CCEventSpecificInformationBCSM.Choice
CCEventSpecificInformationBCSM. getChoice()
Gets the discriminant of the current choice.static CCEventSpecificInformationBCSM.Choice[]
CCEventSpecificInformationBCSM.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 CCEventSpecificInformationBCSM.Choice Modifier and Type Method Description protected void
CCEventSpecificInformationBCSM. setChoice(CCEventSpecificInformationBCSM.Choice arg)
Sets the discriminant of the current choice. -
Uses of CCEventSpecificInformationBCSM.Choice in com.opencloud.slee.resources.cgin.cap_v2
Subclasses of CCEventSpecificInformationBCSM.Choice in com.opencloud.slee.resources.cgin.cap_v2 Modifier and Type Class Description static class
CAP2EventSpecificInformationBCSM.Choice
API for CAP-DataTypes.EventSpecificInformationBCSM.Choice.Methods in com.opencloud.slee.resources.cgin.cap_v2 that return CCEventSpecificInformationBCSM.Choice Modifier and Type Method Description static CCEventSpecificInformationBCSM.Choice
CAP2EventSpecificInformationBCSM.Choice. fromValue(int value)
Finds or constructs an integer for the given numeric value.static CCEventSpecificInformationBCSM.Choice[]
CAP2EventSpecificInformationBCSM.Choice. namedValues()
Returns an array containing all the numeric values that distinguish choices. -
Uses of CCEventSpecificInformationBCSM.Choice in com.opencloud.slee.resources.cgin.cap_v3
Subclasses of CCEventSpecificInformationBCSM.Choice in com.opencloud.slee.resources.cgin.cap_v3 Modifier and Type Class Description static class
CAP3EventSpecificInformationBCSM.Choice
API for CAP-datatypes.EventSpecificInformationBCSM.Choice.Methods in com.opencloud.slee.resources.cgin.cap_v3 that return CCEventSpecificInformationBCSM.Choice Modifier and Type Method Description static CCEventSpecificInformationBCSM.Choice
CAP3EventSpecificInformationBCSM.Choice. fromValue(int value)
Finds or constructs an integer for the given numeric value.static CCEventSpecificInformationBCSM.Choice[]
CAP3EventSpecificInformationBCSM.Choice. namedValues()
Returns an array containing all the numeric values that distinguish choices. -
Uses of CCEventSpecificInformationBCSM.Choice in com.opencloud.slee.resources.cgin.cap_v4
Subclasses of CCEventSpecificInformationBCSM.Choice in com.opencloud.slee.resources.cgin.cap_v4 Modifier and Type Class Description static class
CAP4EventSpecificInformationBCSM.Choice
API for CAP-datatypes.EventSpecificInformationBCSM.Choice.Methods in com.opencloud.slee.resources.cgin.cap_v4 that return CCEventSpecificInformationBCSM.Choice Modifier and Type Method Description static CCEventSpecificInformationBCSM.Choice
CAP4EventSpecificInformationBCSM.Choice. fromValue(int value)
Finds or constructs an integer for the given numeric value.static CCEventSpecificInformationBCSM.Choice[]
CAP4EventSpecificInformationBCSM.Choice. namedValues()
Returns an array containing all the numeric values that distinguish choices.
-