Uses of Class
com.opencloud.slee.resources.cgin.cap_v3.CAP3EventSpecificInformationSMS.Choice
-
Packages that use CAP3EventSpecificInformationSMS.Choice Package Description 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 CAP3EventSpecificInformationSMS.Choice in com.opencloud.slee.resources.cgin.cap_v3
Fields in com.opencloud.slee.resources.cgin.cap_v3 declared as CAP3EventSpecificInformationSMS.Choice Modifier and Type Field Description static CAP3EventSpecificInformationSMS.Choice
CAP3EventSpecificInformationSMS.Choice. O_SMSFAILURESPECIFICINFO
Reference to the choice O_SMSFAILURESPECIFICINFO.static CAP3EventSpecificInformationSMS.Choice
CAP3EventSpecificInformationSMS.Choice. O_SMSSUBMITTEDSPECIFICINFO
Reference to the choice O_SMSSUBMITTEDSPECIFICINFO.Methods in com.opencloud.slee.resources.cgin.cap_v3 that return CAP3EventSpecificInformationSMS.Choice Modifier and Type Method Description static CAP3EventSpecificInformationSMS.Choice
CAP3EventSpecificInformationSMS.Choice. fromValue(int value)
Finds or constructs an integer for the given numeric value.CAP3EventSpecificInformationSMS.Choice
CAP3EventSpecificInformationSMS. getChoice()
Gets the discriminant of the current choice.static CAP3EventSpecificInformationSMS.Choice[]
CAP3EventSpecificInformationSMS.Choice. namedValues()
Returns an array containing all the numeric values that distinguish choices.Methods in com.opencloud.slee.resources.cgin.cap_v3 with parameters of type CAP3EventSpecificInformationSMS.Choice Modifier and Type Method Description protected void
CAP3EventSpecificInformationSMS. setChoice(CAP3EventSpecificInformationSMS.Choice arg)
Sets the discriminant of the current choice. -
Uses of CAP3EventSpecificInformationSMS.Choice in com.opencloud.slee.resources.cgin.cap_v4
Subclasses of CAP3EventSpecificInformationSMS.Choice in com.opencloud.slee.resources.cgin.cap_v4 Modifier and Type Class Description static class
CAP4EventSpecificInformationSMS.Choice
API for CAP-datatypes.EventSpecificInformationSMS.Choice.Methods in com.opencloud.slee.resources.cgin.cap_v4 that return CAP3EventSpecificInformationSMS.Choice Modifier and Type Method Description static CAP3EventSpecificInformationSMS.Choice
CAP4EventSpecificInformationSMS.Choice. fromValue(int value)
Finds or constructs an integer for the given numeric value.static CAP3EventSpecificInformationSMS.Choice[]
CAP4EventSpecificInformationSMS.Choice. namedValues()
Returns an array containing all the numeric values that distinguish choices.
-