public static final class AddressString.SMSNature extends NamedInteger
The API offered by this class is as if the type were specified in ASN.1 as follows.
SMSNature ::= ENUMERATED { UNKNOWN (0), INTERNATIONAL (1), NATIONAL (2), NETWORK_SPECIFIC (3), SUBSCRIBER (4), ALPHANUMERIC (5), ABBREVIATED (6), RESERVED_7 (7) }@
extendible
-- to be like 7-bit Nature values specified for other typesModifier and Type | Field and Description |
---|---|
static int |
_ABBREVIATED
Nature of Address indicator value corresponding to an abbreviated number.
|
static int |
_ALPHANUMERIC
Nature of Address indicator value corresponding to alphanumeric (coded according to 3GPP TS 23.038 GSM 7bit default alphabet).
|
static int |
_INTERNATIONAL
Nature of Address indicator value corresponding to an international number.
|
static int |
_NATIONAL
Nature of Address indicator value corresponding to a national (significant) number.
|
static int |
_NETWORK_SPECIFIC
Nature of Address indicator value corresponding to a network-specific number.
|
static int |
_RESERVED_7
Nature of Address indicator value corresponding to a reserved indicator value (7).
|
static int |
_SUBSCRIBER
Nature of Address indicator value corresponding to a subscriber number.
|
static int |
_UNKNOWN
Nature of Address indicator value corresponding to unknown.
|
static AddressString.SMSNature |
ABBREVIATED
Nature of Address indicator value corresponding to an abbreviated number.
|
static AddressString.SMSNature |
ALPHANUMERIC
Nature of Address indicator value corresponding to alphanumeric (coded according to 3GPP TS 23.038 GSM 7bit default alphabet).
|
static AddressString.SMSNature |
INTERNATIONAL
Nature of Address indicator value corresponding to an international number.
|
static int |
MAX_VALUE
Maximum value that a SMSNature instance may take (7).
|
static int |
MIN_VALUE
Minimum value that a SMSNature instance may take (0).
|
static AddressString.SMSNature |
NATIONAL
Nature of Address indicator value corresponding to a national (significant) number.
|
static AddressString.SMSNature |
NETWORK_SPECIFIC
Nature of Address indicator value corresponding to a network-specific number.
|
static AddressString.SMSNature |
RESERVED_7
Nature of Address indicator value corresponding to a reserved indicator value (7).
|
static AddressString.SMSNature |
SUBSCRIBER
Nature of Address indicator value corresponding to a subscriber number.
|
static AddressString.SMSNature |
UNKNOWN
Nature of Address indicator value corresponding to unknown.
|
Modifier and Type | Method and Description |
---|---|
static AddressString.SMSNature |
fromValue(int value)
Returns a SMSNature for a particular integer value.
|
static AddressString.SMSNature[] |
namedValues()
Returns an array containing all of SMSNature's named numbers.
|
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString
public static final int _UNKNOWN
public static final int _INTERNATIONAL
public static final int _NATIONAL
public static final int _NETWORK_SPECIFIC
public static final int _SUBSCRIBER
public static final int _ALPHANUMERIC
public static final int _ABBREVIATED
public static final int _RESERVED_7
public static final AddressString.SMSNature UNKNOWN
public static final AddressString.SMSNature INTERNATIONAL
public static final AddressString.SMSNature NATIONAL
public static final AddressString.SMSNature NETWORK_SPECIFIC
public static final AddressString.SMSNature SUBSCRIBER
public static final AddressString.SMSNature ALPHANUMERIC
public static final AddressString.SMSNature ABBREVIATED
public static final AddressString.SMSNature RESERVED_7
public static final int MIN_VALUE
public static final int MAX_VALUE
public static AddressString.SMSNature fromValue(int value)
public static AddressString.SMSNature[] namedValues()