public static final class CallingPartyNumber.Nature extends NamedInteger
The API offered by this class is as if the type were specified in ASN.1 as follows.
Nature ::= ENUMERATED { ... , SUBSCRIBER (1), UNKNOWN (2), NATIONAL (3), INTERNATIONAL (4), ... }
Modifier and Type | Field and Description |
---|---|
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 |
_SUBSCRIBER
Nature of Address indicator value corresponding to a subscriber number (national use).
|
static int |
_UNKNOWN
Nature of Address indicator value corresponding to unknown (national use).
|
static CallingPartyNumber.Nature |
INTERNATIONAL
Nature of address indicator value corresponding to an international number.
|
static int |
MAX_VALUE
Maximum value that a Nature instance may take (127).
|
static int |
MIN_VALUE
Minimum value that a Nature instance may take (0).
|
static CallingPartyNumber.Nature |
NATIONAL
Nature of Address indicator value corresponding to a national (significant) number.
|
static CallingPartyNumber.Nature |
SUBSCRIBER
Nature of Address indicator value corresponding to a subscriber number (national use).
|
static CallingPartyNumber.Nature |
UNKNOWN
Nature of Address indicator value corresponding to unknown (national use).
|
Modifier and Type | Method and Description |
---|---|
static CallingPartyNumber.Nature |
fromValue(int value)
Returns a Nature for a particular integer value.
|
static CallingPartyNumber.Nature[] |
namedValues()
Returns an array containing all of Nature's named numbers.
|
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString, valueOf
public static final int _SUBSCRIBER
public static final int _UNKNOWN
public static final int _NATIONAL
public static final int _INTERNATIONAL
public static final CallingPartyNumber.Nature SUBSCRIBER
public static final CallingPartyNumber.Nature UNKNOWN
public static final CallingPartyNumber.Nature NATIONAL
public static final CallingPartyNumber.Nature INTERNATIONAL
public static final int MIN_VALUE
public static final int MAX_VALUE
public static CallingPartyNumber.Nature fromValue(int value)
public static CallingPartyNumber.Nature[] namedValues()