Uses of Class
com.opencloud.slee.resources.cgin.callcontrol.CCRequestedInformationValue.Choice
-
Packages that use CCRequestedInformationValue.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.etsi_inap_cs1 Provides an API for the ETSI INAP CS1 protocol. -
-
Uses of CCRequestedInformationValue.Choice in com.opencloud.slee.resources.cgin.callcontrol
Fields in com.opencloud.slee.resources.cgin.callcontrol declared as CCRequestedInformationValue.Choice Modifier and Type Field Description static CCRequestedInformationValue.Choice
CCRequestedInformationValue.Choice. CALLATTEMPTELAPSEDTIMEVALUE
Reference to the choice CALLATTEMPTELAPSEDTIMEVALUE.static CCRequestedInformationValue.Choice
CCRequestedInformationValue.Choice. CALLCONNECTEDELAPSEDTIMEVALUE
Reference to the choice CALLCONNECTEDELAPSEDTIMEVALUE.static CCRequestedInformationValue.Choice
CCRequestedInformationValue.Choice. CALLSTOPTIMEVALUE
Reference to the choice CALLSTOPTIMEVALUE.static CCRequestedInformationValue.Choice
CCRequestedInformationValue.Choice. RELEASECAUSEVALUE
Reference to the choice RELEASECAUSEVALUE.Methods in com.opencloud.slee.resources.cgin.callcontrol that return CCRequestedInformationValue.Choice Modifier and Type Method Description static CCRequestedInformationValue.Choice
CCRequestedInformationValue.Choice. fromValue(int value)
Finds or constructs an integer for the given numeric value.CCRequestedInformationValue.Choice
CCRequestedInformationValue. getChoice()
Gets the discriminant of the current choice.static CCRequestedInformationValue.Choice[]
CCRequestedInformationValue.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 CCRequestedInformationValue.Choice Modifier and Type Method Description protected void
CCRequestedInformationValue. setChoice(CCRequestedInformationValue.Choice arg)
Sets the discriminant of the current choice. -
Uses of CCRequestedInformationValue.Choice in com.opencloud.slee.resources.cgin.etsi_inap_cs1
Subclasses of CCRequestedInformationValue.Choice in com.opencloud.slee.resources.cgin.etsi_inap_cs1 Modifier and Type Class Description static class
CS1RequestedInformationValue.Choice
API for Core-INAP-CS1-DataTypes.RequestedInformationValue.Choice.Methods in com.opencloud.slee.resources.cgin.etsi_inap_cs1 that return CCRequestedInformationValue.Choice Modifier and Type Method Description static CCRequestedInformationValue.Choice
CS1RequestedInformationValue.Choice. fromValue(int value)
Finds or constructs an integer for the given numeric value.static CCRequestedInformationValue.Choice[]
CS1RequestedInformationValue.Choice. namedValues()
Returns an array containing all the numeric values that distinguish choices.
-