public class MAPAbsentSubscriberReason extends NamedInteger
AbsentSubscriberReason ::= ENUMERATED { imsiDetach(0), restrictedArea(1), noPageResponse(2), ... purgedMS(3), -- Added in R99. purgedMS is defined for the Super-Charger feature (see TS 23.116). If this value is received in a Provide Roaming Number response, it shall be mapped to the AbsentSubscriberReason: imsiDetach in the Send Routeing Information response. mtRoamingRetry(4) -- Added in release 9. Used during MT Roaming Retry, see 3GPP TS 23.018. }Added in R97. Exception handling: at reception of other values than the ones listed the AbsentSubscriberReason shall be ignored.
Used as field type by MAPAbsentSubscriberParam
.
Modifier and Type | Field and Description |
---|---|
static int |
_imsiDetach
Integer value of the constant imsiDetach.
|
static int |
_mtRoamingRetry
Integer value of the constant mtRoamingRetry.
|
static int |
_noPageResponse
Integer value of the constant noPageResponse.
|
static int |
_purgedMS
Integer value of the constant purgedMS.
|
static int |
_restrictedArea
Integer value of the constant restrictedArea.
|
static MAPAbsentSubscriberReason |
imsiDetach
Reference to value of the constant imsiDetach.
|
static int |
MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.map.MAPAbsentSubscriberReason instance may take (4).
|
static int |
MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPAbsentSubscriberReason instance may take (0).
|
static MAPAbsentSubscriberReason |
mtRoamingRetry
Reference to value of the constant mtRoamingRetry.
|
static MAPAbsentSubscriberReason |
noPageResponse
Reference to value of the constant noPageResponse.
|
static MAPAbsentSubscriberReason |
purgedMS
Reference to value of the constant purgedMS.
|
static MAPAbsentSubscriberReason |
restrictedArea
Reference to value of the constant restrictedArea.
|
Modifier | Constructor and Description |
---|---|
protected |
MAPAbsentSubscriberReason(int value)
Constructs an enumeration constant for the given numeric value.
|
protected |
MAPAbsentSubscriberReason(int value,
String description)
Constructs an enumeration constant for the given numeric value, noting its name.
|
Modifier and Type | Method and Description |
---|---|
static MAPAbsentSubscriberReason |
fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.
|
static MAPAbsentSubscriberReason[] |
namedValues()
Returns an array containing all the enumeration constants referenced by fields.
|
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString
public static final int _imsiDetach
public static final MAPAbsentSubscriberReason imsiDetach
public static final int _restrictedArea
public static final MAPAbsentSubscriberReason restrictedArea
public static final int _noPageResponse
public static final MAPAbsentSubscriberReason noPageResponse
public static final int _purgedMS
public static final MAPAbsentSubscriberReason purgedMS
public static final int _mtRoamingRetry
public static final MAPAbsentSubscriberReason mtRoamingRetry
public static final int MIN_VALUE
public static final int MAX_VALUE
protected MAPAbsentSubscriberReason(int value, String description)
value
- numeric valuedescription
- name of numberprotected MAPAbsentSubscriberReason(int value)
value
- numeric valuepublic static MAPAbsentSubscriberReason fromValue(int value)
value
- integerpublic static MAPAbsentSubscriberReason[] namedValues()