Uses of Class
com.opencloud.slee.resources.in.datatypes.sms.SMSProtocolId.EncodedValue
-
Packages that use SMSProtocolId.EncodedValue 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 SMSProtocolId.EncodedValue in com.opencloud.slee.resources.in.datatypes.sms
Methods in com.opencloud.slee.resources.in.datatypes.sms that return SMSProtocolId.EncodedValue Modifier and Type Method Description static SMSProtocolId.EncodedValue
SMSProtocolId.EncodedValue. fromValue(int value)
Returns a EncodedValue for a particular integer value.protected SMSProtocolId.EncodedValue
SMSProtocolId. fromValue(int value)
Converts an int to a NamedInteger.SMSProtocolId.EncodedValue
SMSProtocolId. getEncodedForm()
Gets the encoded form.static SMSProtocolId.EncodedValue[]
SMSProtocolId.EncodedValue. namedValues()
Returns an array containing all of EncodedValue's named numbers.
-