public static final class SMSProtocolId.TransferLayerProtocol extends NamedInteger
The API offered by this class is as if the type were specified in ASN.1 as follows.
TransferLayerProtocol ::= ENUMERATED { SHORT_MESSAGE_TYPE_0 (0), REPLACE_SHORT_MESSAGE_TYPE_1 (1), REPLACE_SHORT_MESSAGE_TYPE_2 (2), REPLACE_SHORT_MESSAGE_TYPE_3 (3), REPLACE_SHORT_MESSAGE_TYPE_4 (4), REPLACE_SHORT_MESSAGE_TYPE_5 (5), REPLACE_SHORT_MESSAGE_TYPE_6 (6), REPLACE_SHORT_MESSAGE_TYPE_7 (7), ... , ENHANCED_MESSAGE_SERVICE (30), RETURN_CALL_MESSAGE (31), ... , ANSI136_RDATA (60), ME_DATA_DOWNLOAD (61), ME_DEPERSONALIZATION (62), SIM_DATA_DOWNLOAD (63) }
Modifier and Type | Field and Description |
---|---|
static int |
_ANSI136_RDATA
Transfer Layer Protocol value corresponding to ANSI-136 R-DATA.
|
static int |
_ENHANCED_MESSAGE_SERVICE
Transfer Layer Protocol value corresponding to enhanced message service (obsolete).
|
static int |
_ME_DATA_DOWNLOAD
Transfer Layer Protocol value corresponding to ME data download.
|
static int |
_ME_DEPERSONALIZATION
Transfer Layer Protocol value corresponding to ME depersonalization short message.
|
static int |
_REPLACE_SHORT_MESSAGE_TYPE_1
Transfer Layer Protocol value corresponding to replace short message type 1.
|
static int |
_REPLACE_SHORT_MESSAGE_TYPE_2
Transfer Layer Protocol value corresponding to replace short message type 2.
|
static int |
_REPLACE_SHORT_MESSAGE_TYPE_3
Transfer Layer Protocol value corresponding to replace short message type 3.
|
static int |
_REPLACE_SHORT_MESSAGE_TYPE_4
Transfer Layer Protocol value corresponding to replace short message type 4.
|
static int |
_REPLACE_SHORT_MESSAGE_TYPE_5
Transfer Layer Protocol value corresponding to replace short message type 5.
|
static int |
_REPLACE_SHORT_MESSAGE_TYPE_6
Transfer Layer Protocol value corresponding to replace short message type 6.
|
static int |
_REPLACE_SHORT_MESSAGE_TYPE_7
Transfer Layer Protocol value corresponding to replace short message type 7.
|
static int |
_RETURN_CALL_MESSAGE
Transfer Layer Protocol value corresponding to return call message.
|
static int |
_SHORT_MESSAGE_TYPE_0
Transfer Layer Protocol value corresponding to short message type 0.
|
static int |
_SIM_DATA_DOWNLOAD
Transfer Layer Protocol value corresponding to (U)SIM data download.
|
static SMSProtocolId.TransferLayerProtocol |
ANSI136_RDATA
Transfer Layer Protocol value corresponding to ANSI-136 R-DATA.
|
static SMSProtocolId.TransferLayerProtocol |
ENHANCED_MESSAGE_SERVICE
Transfer Layer Protocol value corresponding to enhanced message service (obsolete).
|
static int |
MAX_VALUE
Maximum value that a TransferLayerProtocol instance may take (63).
|
static SMSProtocolId.TransferLayerProtocol |
ME_DATA_DOWNLOAD
Transfer Layer Protocol value corresponding to ME data download.
|
static SMSProtocolId.TransferLayerProtocol |
ME_DEPERSONALIZATION
Transfer Layer Protocol value corresponding to ME depersonalization short message.
|
static int |
MIN_VALUE
Minimum value that a TransferLayerProtocol instance may take (0).
|
static SMSProtocolId.TransferLayerProtocol |
REPLACE_SHORT_MESSAGE_TYPE_1
Transfer Layer Protocol value corresponding to replace short message type 1.
|
static SMSProtocolId.TransferLayerProtocol |
REPLACE_SHORT_MESSAGE_TYPE_2
Transfer Layer Protocol value corresponding to replace short message type 2.
|
static SMSProtocolId.TransferLayerProtocol |
REPLACE_SHORT_MESSAGE_TYPE_3
Transfer Layer Protocol value corresponding to replace short message type 3.
|
static SMSProtocolId.TransferLayerProtocol |
REPLACE_SHORT_MESSAGE_TYPE_4
Transfer Layer Protocol value corresponding to replace short message type 4.
|
static SMSProtocolId.TransferLayerProtocol |
REPLACE_SHORT_MESSAGE_TYPE_5
Transfer Layer Protocol value corresponding to replace short message type 5.
|
static SMSProtocolId.TransferLayerProtocol |
REPLACE_SHORT_MESSAGE_TYPE_6
Transfer Layer Protocol value corresponding to replace short message type 6.
|
static SMSProtocolId.TransferLayerProtocol |
REPLACE_SHORT_MESSAGE_TYPE_7
Transfer Layer Protocol value corresponding to replace short message type 7.
|
static SMSProtocolId.TransferLayerProtocol |
RETURN_CALL_MESSAGE
Transfer Layer Protocol value corresponding to return call message.
|
static SMSProtocolId.TransferLayerProtocol |
SHORT_MESSAGE_TYPE_0
Transfer Layer Protocol value corresponding to short message type 0.
|
static SMSProtocolId.TransferLayerProtocol |
SIM_DATA_DOWNLOAD
Transfer Layer Protocol value corresponding to (U)SIM data download.
|
Modifier and Type | Method and Description |
---|---|
static SMSProtocolId.TransferLayerProtocol |
fromValue(int value)
Returns a TransferLayerProtocol for a particular integer value.
|
static SMSProtocolId.TransferLayerProtocol[] |
namedValues()
Returns an array containing all of TransferLayerProtocol's named numbers.
|
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString
public static final int _SHORT_MESSAGE_TYPE_0
public static final int _REPLACE_SHORT_MESSAGE_TYPE_1
public static final int _REPLACE_SHORT_MESSAGE_TYPE_2
public static final int _REPLACE_SHORT_MESSAGE_TYPE_3
public static final int _REPLACE_SHORT_MESSAGE_TYPE_4
public static final int _REPLACE_SHORT_MESSAGE_TYPE_5
public static final int _REPLACE_SHORT_MESSAGE_TYPE_6
public static final int _REPLACE_SHORT_MESSAGE_TYPE_7
public static final int _ENHANCED_MESSAGE_SERVICE
public static final int _RETURN_CALL_MESSAGE
public static final int _ANSI136_RDATA
public static final int _ME_DATA_DOWNLOAD
public static final int _ME_DEPERSONALIZATION
public static final int _SIM_DATA_DOWNLOAD
public static final SMSProtocolId.TransferLayerProtocol SHORT_MESSAGE_TYPE_0
public static final SMSProtocolId.TransferLayerProtocol REPLACE_SHORT_MESSAGE_TYPE_1
public static final SMSProtocolId.TransferLayerProtocol REPLACE_SHORT_MESSAGE_TYPE_2
public static final SMSProtocolId.TransferLayerProtocol REPLACE_SHORT_MESSAGE_TYPE_3
public static final SMSProtocolId.TransferLayerProtocol REPLACE_SHORT_MESSAGE_TYPE_4
public static final SMSProtocolId.TransferLayerProtocol REPLACE_SHORT_MESSAGE_TYPE_5
public static final SMSProtocolId.TransferLayerProtocol REPLACE_SHORT_MESSAGE_TYPE_6
public static final SMSProtocolId.TransferLayerProtocol REPLACE_SHORT_MESSAGE_TYPE_7
public static final SMSProtocolId.TransferLayerProtocol ENHANCED_MESSAGE_SERVICE
public static final SMSProtocolId.TransferLayerProtocol RETURN_CALL_MESSAGE
public static final SMSProtocolId.TransferLayerProtocol ANSI136_RDATA
public static final SMSProtocolId.TransferLayerProtocol ME_DATA_DOWNLOAD
public static final SMSProtocolId.TransferLayerProtocol ME_DEPERSONALIZATION
public static final SMSProtocolId.TransferLayerProtocol SIM_DATA_DOWNLOAD
public static final int MIN_VALUE
public static final int MAX_VALUE
public static SMSProtocolId.TransferLayerProtocol fromValue(int value)
public static SMSProtocolId.TransferLayerProtocol[] namedValues()