public static final class AddressString.Nature extends NamedInteger
The API offered by this class is as if the type were specified in ASN.1 as follows.
Nature ::= ENUMERATED { UNKNOWN (0), INTERNATIONAL (1), NATIONAL (2), NETWORK_SPECIFIC (3), SUBSCRIBER (4), RESERVED_5 (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 |
_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_5
Nature of Address indicator value corresponding to a reserved indicator value (5).
|
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.Nature |
ABBREVIATED
Nature of Address indicator value corresponding to an abbreviated number.
|
static AddressString.Nature |
INTERNATIONAL
Nature of Address indicator value corresponding to an international number.
|
static int |
MAX_VALUE
Maximum value that a Nature instance may take (7).
|
static int |
MIN_VALUE
Minimum value that a Nature instance may take (0).
|
static AddressString.Nature |
NATIONAL
Nature of Address indicator value corresponding to a national (significant) number.
|
static AddressString.Nature |
NETWORK_SPECIFIC
Nature of Address indicator value corresponding to a network-specific number.
|
static AddressString.Nature |
RESERVED_5
Nature of Address indicator value corresponding to a reserved indicator value (5).
|
static AddressString.Nature |
RESERVED_7
Nature of Address indicator value corresponding to a reserved indicator value (7).
|
static AddressString.Nature |
SUBSCRIBER
Nature of Address indicator value corresponding to a subscriber number.
|
static AddressString.Nature |
UNKNOWN
Nature of Address indicator value corresponding to unknown.
|
Modifier and Type | Method and Description |
---|---|
static AddressString.Nature |
fromValue(int value)
Returns a Nature for a particular integer value.
|
static AddressString.Nature[] |
namedValues()
Returns an array containing all of Nature'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 _RESERVED_5
public static final int _ABBREVIATED
public static final int _RESERVED_7
public static final AddressString.Nature UNKNOWN
public static final AddressString.Nature INTERNATIONAL
public static final AddressString.Nature NATIONAL
public static final AddressString.Nature NETWORK_SPECIFIC
public static final AddressString.Nature SUBSCRIBER
public static final AddressString.Nature RESERVED_5
public static final AddressString.Nature ABBREVIATED
public static final AddressString.Nature RESERVED_7
public static final int MIN_VALUE
public static final int MAX_VALUE
public static AddressString.Nature fromValue(int value)
public static AddressString.Nature[] namedValues()