Uses of Class
com.opencloud.slee.resources.in.datatypes.sms.SMSDataCodingScheme.Choice
-
Packages that use SMSDataCodingScheme.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 SMSDataCodingScheme.Choice in com.opencloud.slee.resources.in.datatypes.sms
Methods in com.opencloud.slee.resources.in.datatypes.sms that return SMSDataCodingScheme.Choice Modifier and Type Method Description SMSDataCodingScheme.Choice
SMSDataCodingScheme. getChoice()
Gets the discriminant for which choice is chosen.static SMSDataCodingScheme.Choice
SMSDataCodingScheme.Choice. valueOf(String name)
Returns the enum constant of this type with the specified name.static SMSDataCodingScheme.Choice[]
SMSDataCodingScheme.Choice. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-