Uses of Class
com.opencloud.slee.resources.in.datatypes.sms.SMSProtocolId.ApplicationLayerProtocol
-
Packages that use SMSProtocolId.ApplicationLayerProtocol 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.ApplicationLayerProtocol in com.opencloud.slee.resources.in.datatypes.sms
Methods in com.opencloud.slee.resources.in.datatypes.sms that return SMSProtocolId.ApplicationLayerProtocol Modifier and Type Method Description static SMSProtocolId.ApplicationLayerProtocol
SMSProtocolId.ApplicationLayerProtocol. fromValue(int value)
Returns a ApplicationLayerProtocol for a particular integer value.SMSProtocolId.ApplicationLayerProtocol
SMSProtocolId. getApplicationLayerProtocol()
Gets the value of the application layer protocol.static SMSProtocolId.ApplicationLayerProtocol[]
SMSProtocolId.ApplicationLayerProtocol. namedValues()
Returns an array containing all of ApplicationLayerProtocol's named numbers.Methods in com.opencloud.slee.resources.in.datatypes.sms with parameters of type SMSProtocolId.ApplicationLayerProtocol Modifier and Type Method Description SMSProtocolId
SMSProtocolId. setApplicationLayerProtocol(SMSProtocolId.ApplicationLayerProtocol value)
Sets the value of the application layer protocol.Constructors in com.opencloud.slee.resources.in.datatypes.sms with parameters of type SMSProtocolId.ApplicationLayerProtocol Constructor Description SMSProtocolId(SMSProtocolId.ApplicationLayerProtocol applicationLayerProtocol)
Constructs a new SMSProtocolId object from the given ApplicationLayerProtocol.
-