Uses of Class
com.opencloud.slee.resources.in.datatypes.sms.SMSSubmit.ValidityPeriod.Choice
-
Packages that use SMSSubmit.ValidityPeriod.Choice Package Description com.opencloud.slee.resources.in.datatypes.sms Defines classes to represent some short message service (SMS) types for which their ASN.1 specifications say merely OCTET STRING, and for which standards define the layout of bit-fields within the octet strings. -
-
Uses of SMSSubmit.ValidityPeriod.Choice in com.opencloud.slee.resources.in.datatypes.sms
Methods in com.opencloud.slee.resources.in.datatypes.sms that return SMSSubmit.ValidityPeriod.Choice Modifier and Type Method Description SMSSubmit.ValidityPeriod.Choice
SMSSubmit.ValidityPeriod. getChoice()
Gets the discriminant for which choice is chosen.static SMSSubmit.ValidityPeriod.Choice
SMSSubmit.ValidityPeriod.Choice. valueOf(String name)
Returns the enum constant of this type with the specified name.static SMSSubmit.ValidityPeriod.Choice[]
SMSSubmit.ValidityPeriod.Choice. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-