public static final class CallingPartysCategory.Category extends NamedInteger
The API offered by this class is as if the type were specified in ASN.1 as follows.
Category ::= ENUMERATED { UNKNOWN (0), OPERATOR_FRENCH (1), OPERATOR_ENGLISH (2), OPERATOR_GERMAN (3), OPERATOR_RUSSIAN (4), OPERATOR_SPANISH (5), ... , OPERATOR_NATIONAL (9), ORDINARY_SUBSCRIBER (10), PRIORITY_SUBSCRIBER (11), DATA_CALL (12), TEST_CALL (13), ... , PAYPHONE (15), ... }
Modifier and Type | Field and Description |
---|---|
static int |
_DATA_CALL
Calling party's category value corresponding to a data call (voice band data).
|
static int |
_OPERATOR_ENGLISH
Calling party's category value corresponding to operator, language English.
|
static int |
_OPERATOR_FRENCH
Calling party's category value corresponding to operator, language French.
|
static int |
_OPERATOR_GERMAN
Calling party's category value corresponding to operator, language German.
|
static int |
_OPERATOR_NATIONAL
Calling party's category value corresponding to a national operator (national networks only).
|
static int |
_OPERATOR_RUSSIAN
Calling party's category value corresponding to operator, language Russian.
|
static int |
_OPERATOR_SPANISH
Calling party's category value corresponding to operator, language Spanish.
|
static int |
_ORDINARY_SUBSCRIBER
Calling party's category value corresponding to an ordinary calling subscriber.
|
static int |
_PAYPHONE
Calling party's category value corresponding to a payphone.
|
static int |
_PRIORITY_SUBSCRIBER
Calling party's category value corresponding to a calling subscriber with priority.
|
static int |
_TEST_CALL
Calling party's category value corresponding to a test call.
|
static int |
_UNKNOWN
Calling party's category value corresponding to category unknown at this time (national use).
|
static CallingPartysCategory.Category |
DATA_CALL
Calling party's category value corresponding to a data call (voice band data).
|
static int |
MAX_VALUE
Maximum value that a Category instance may take (255).
|
static int |
MIN_VALUE
Minimum value that a Category instance may take (0).
|
static CallingPartysCategory.Category |
OPERATOR_ENGLISH
Calling party's category value corresponding to operator, language English.
|
static CallingPartysCategory.Category |
OPERATOR_FRENCH
Calling party's category value corresponding to operator, language French.
|
static CallingPartysCategory.Category |
OPERATOR_GERMAN
Calling party's category value corresponding to operator, language German.
|
static CallingPartysCategory.Category |
OPERATOR_NATIONAL
Calling party's category value corresponding to a national operator (national networks only).
|
static CallingPartysCategory.Category |
OPERATOR_RUSSIAN
Calling party's category value corresponding to operator, language Russian.
|
static CallingPartysCategory.Category |
OPERATOR_SPANISH
Calling party's category value corresponding to operator, language Spanish.
|
static CallingPartysCategory.Category |
ORDINARY_SUBSCRIBER
Calling party's category value corresponding to an ordinary calling subscriber.
|
static CallingPartysCategory.Category |
PAYPHONE
Calling party's category value corresponding to a payphone.
|
static CallingPartysCategory.Category |
PRIORITY_SUBSCRIBER
Calling party's category value corresponding to a calling subscriber with priority.
|
static CallingPartysCategory.Category |
TEST_CALL
Calling party's category value corresponding to a test call.
|
static CallingPartysCategory.Category |
UNKNOWN
Calling party's category value corresponding to category unknown at this time (national use).
|
Modifier and Type | Method and Description |
---|---|
static CallingPartysCategory.Category |
fromValue(int value)
Returns a Category for a particular integer value.
|
static CallingPartysCategory.Category[] |
namedValues()
Returns an array containing all of Category's named numbers.
|
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString
public static final int _UNKNOWN
public static final int _OPERATOR_FRENCH
public static final int _OPERATOR_ENGLISH
public static final int _OPERATOR_GERMAN
public static final int _OPERATOR_RUSSIAN
public static final int _OPERATOR_SPANISH
public static final int _OPERATOR_NATIONAL
public static final int _ORDINARY_SUBSCRIBER
public static final int _PRIORITY_SUBSCRIBER
public static final int _DATA_CALL
public static final int _TEST_CALL
public static final int _PAYPHONE
public static final CallingPartysCategory.Category UNKNOWN
public static final CallingPartysCategory.Category OPERATOR_FRENCH
public static final CallingPartysCategory.Category OPERATOR_ENGLISH
public static final CallingPartysCategory.Category OPERATOR_GERMAN
public static final CallingPartysCategory.Category OPERATOR_RUSSIAN
public static final CallingPartysCategory.Category OPERATOR_SPANISH
public static final CallingPartysCategory.Category OPERATOR_NATIONAL
public static final CallingPartysCategory.Category ORDINARY_SUBSCRIBER
public static final CallingPartysCategory.Category PRIORITY_SUBSCRIBER
public static final CallingPartysCategory.Category DATA_CALL
public static final CallingPartysCategory.Category TEST_CALL
public static final CallingPartysCategory.Category PAYPHONE
public static final int MIN_VALUE
public static final int MAX_VALUE
public static CallingPartysCategory.Category fromValue(int value)
public static CallingPartysCategory.Category[] namedValues()