public static final class RedirectionInformation.RedirectingReason extends NamedInteger
The API offered by this class is as if the type were specified in ASN.1 as follows.
RedirectingReason ::= ENUMERATED { UNKNOWN (0), USER_BUSY (1), NO_REPLY (2), UNCONDITIONAL (3), ALERTING_DEFLECTION (4), IMMEDIATE_DEFLECTION (5), MOBILE_UNREACHABLE (6), ... }
Modifier and Type | Field and Description |
---|---|
static int |
_ALERTING_DEFLECTION
Redirecting reason value corresponding to deflection during alerting.
|
static int |
_IMMEDIATE_DEFLECTION
Redirecting reason value corresponding to deflection immediate response.
|
static int |
_MOBILE_UNREACHABLE
Redirecting reason value corresponding to mobile subscriber not reachable.
|
static int |
_NO_REPLY
Redirecting reason value corresponding to no reply.
|
static int |
_UNCONDITIONAL
Redirecting reason value corresponding to unconditional.
|
static int |
_UNKNOWN
Redirecting reason value corresponding to unknown/not available.
|
static int |
_USER_BUSY
Redirecting reason value corresponding to user busy.
|
static RedirectionInformation.RedirectingReason |
ALERTING_DEFLECTION
Redirecting reason value corresponding to deflection during alerting.
|
static RedirectionInformation.RedirectingReason |
IMMEDIATE_DEFLECTION
Redirecting reason value corresponding to deflection immediate response.
|
static int |
MAX_VALUE
Maximum value that a RedirectingReason instance may take (15).
|
static int |
MIN_VALUE
Minimum value that a RedirectingReason instance may take (0).
|
static RedirectionInformation.RedirectingReason |
MOBILE_UNREACHABLE
Redirecting reason value corresponding to mobile subscriber not reachable.
|
static RedirectionInformation.RedirectingReason |
NO_REPLY
Redirecting reason value corresponding to no reply.
|
static RedirectionInformation.RedirectingReason |
UNCONDITIONAL
Redirecting reason value corresponding to unconditional.
|
static RedirectionInformation.RedirectingReason |
UNKNOWN
Redirecting reason value corresponding to unknown/not available.
|
static RedirectionInformation.RedirectingReason |
USER_BUSY
Redirecting reason value corresponding to user busy.
|
Modifier and Type | Method and Description |
---|---|
static RedirectionInformation.RedirectingReason |
fromValue(int value)
Returns a RedirectingReason for a particular integer value.
|
static RedirectionInformation.RedirectingReason[] |
namedValues()
Returns an array containing all of RedirectingReason's named numbers.
|
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString
public static final int _UNKNOWN
public static final int _USER_BUSY
public static final int _NO_REPLY
public static final int _UNCONDITIONAL
public static final int _ALERTING_DEFLECTION
public static final int _IMMEDIATE_DEFLECTION
public static final int _MOBILE_UNREACHABLE
public static final RedirectionInformation.RedirectingReason UNKNOWN
public static final RedirectionInformation.RedirectingReason USER_BUSY
public static final RedirectionInformation.RedirectingReason NO_REPLY
public static final RedirectionInformation.RedirectingReason UNCONDITIONAL
public static final RedirectionInformation.RedirectingReason ALERTING_DEFLECTION
public static final RedirectionInformation.RedirectingReason IMMEDIATE_DEFLECTION
public static final RedirectionInformation.RedirectingReason MOBILE_UNREACHABLE
public static final int MIN_VALUE
public static final int MAX_VALUE
public static RedirectionInformation.RedirectingReason fromValue(int value)
public static RedirectionInformation.RedirectingReason[] namedValues()