public static final class RedirectionInformation.Redirecting extends NamedInteger
The API offered by this class is as if the type were specified in ASN.1 as follows.
Redirecting ::= ENUMERATED { NONE (0), CALL_REROUTED (1), CALL_REROUTED_ALL_INFO_PRESENTATION_RESTRICTED (2), CALL_DIVERTED (3), CALL_DIVERTED_ALL_INFO_PRESENTATION_RESTRICTED (4), CALL_REROUTED_REDIRECTION_NUMBER_PRESENTATION_RESTRICTED (5), CALL_DIVERSION_REDIRECTION_NUMBER_PRESENTATION_RESTRICTED (6), ... }
Modifier and Type | Field and Description |
---|---|
static int |
_CALL_DIVERSION_REDIRECTION_NUMBER_PRESENTATION_RESTRICTED
Redirecting indicator value corresponding to call diversion, redirection presentation restricted (national use).
|
static int |
_CALL_DIVERTED
Redirecting indicator value corresponding to call diverted.
|
static int |
_CALL_DIVERTED_ALL_INFO_PRESENTATION_RESTRICTED
Redirecting indicator value corresponding to call diverted, all redirection information presentation restricted.
|
static int |
_CALL_REROUTED
Redirecting indicator value corresponding to call rerouted (national use).
|
static int |
_CALL_REROUTED_ALL_INFO_PRESENTATION_RESTRICTED
Redirecting indicator value corresponding to call rerouted, all redirection information presentation restricted (national use).
|
static int |
_CALL_REROUTED_REDIRECTION_NUMBER_PRESENTATION_RESTRICTED
Redirecting indicator value corresponding to call rerouted, redirection presentation restricted (national use).
|
static int |
_NONE
Redirecting indicator value corresponding to no redirection (national use).
|
static RedirectionInformation.Redirecting |
CALL_DIVERSION_REDIRECTION_NUMBER_PRESENTATION_RESTRICTED
Redirecting indicator value corresponding to call diversion, redirection presentation restricted (national use).
|
static RedirectionInformation.Redirecting |
CALL_DIVERTED
Redirecting indicator value corresponding to call diverted.
|
static RedirectionInformation.Redirecting |
CALL_DIVERTED_ALL_INFO_PRESENTATION_RESTRICTED
Redirecting indicator value corresponding to call diverted, all redirection information presentation restricted.
|
static RedirectionInformation.Redirecting |
CALL_REROUTED
Redirecting indicator value corresponding to call rerouted (national use).
|
static RedirectionInformation.Redirecting |
CALL_REROUTED_ALL_INFO_PRESENTATION_RESTRICTED
Redirecting indicator value corresponding to call rerouted, all redirection information presentation restricted (national use).
|
static RedirectionInformation.Redirecting |
CALL_REROUTED_REDIRECTION_NUMBER_PRESENTATION_RESTRICTED
Redirecting indicator value corresponding to call rerouted, redirection presentation restricted (national use).
|
static int |
MAX_VALUE
Maximum value that a Redirecting instance may take (7).
|
static int |
MIN_VALUE
Minimum value that a Redirecting instance may take (0).
|
static RedirectionInformation.Redirecting |
NONE
Redirecting indicator value corresponding to no redirection (national use).
|
Modifier and Type | Method and Description |
---|---|
static RedirectionInformation.Redirecting |
fromValue(int value)
Returns a Redirecting for a particular integer value.
|
static RedirectionInformation.Redirecting[] |
namedValues()
Returns an array containing all of Redirecting's named numbers.
|
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString
public static final int _NONE
public static final int _CALL_REROUTED
public static final int _CALL_REROUTED_ALL_INFO_PRESENTATION_RESTRICTED
public static final int _CALL_DIVERTED
public static final int _CALL_DIVERTED_ALL_INFO_PRESENTATION_RESTRICTED
public static final int _CALL_REROUTED_REDIRECTION_NUMBER_PRESENTATION_RESTRICTED
public static final int _CALL_DIVERSION_REDIRECTION_NUMBER_PRESENTATION_RESTRICTED
public static final RedirectionInformation.Redirecting NONE
public static final RedirectionInformation.Redirecting CALL_REROUTED
public static final RedirectionInformation.Redirecting CALL_REROUTED_ALL_INFO_PRESENTATION_RESTRICTED
public static final RedirectionInformation.Redirecting CALL_DIVERTED
public static final RedirectionInformation.Redirecting CALL_DIVERTED_ALL_INFO_PRESENTATION_RESTRICTED
public static final RedirectionInformation.Redirecting CALL_REROUTED_REDIRECTION_NUMBER_PRESENTATION_RESTRICTED
public static final RedirectionInformation.Redirecting CALL_DIVERSION_REDIRECTION_NUMBER_PRESENTATION_RESTRICTED
public static final int MIN_VALUE
public static final int MAX_VALUE
public static RedirectionInformation.Redirecting fromValue(int value)
public static RedirectionInformation.Redirecting[] namedValues()