Package | Description |
---|---|
com.opencloud.slee.resources.cgin.map |
Provides an API for the MAP protocol.
|
Modifier and Type | Field and Description |
---|---|
static MAPAbsentSubscriberReason |
MAPAbsentSubscriberReason.imsiDetach
Reference to value of the constant imsiDetach.
|
static MAPAbsentSubscriberReason |
MAPAbsentSubscriberReason.mtRoamingRetry
Reference to value of the constant mtRoamingRetry.
|
static MAPAbsentSubscriberReason |
MAPAbsentSubscriberReason.noPageResponse
Reference to value of the constant noPageResponse.
|
static MAPAbsentSubscriberReason |
MAPAbsentSubscriberReason.purgedMS
Reference to value of the constant purgedMS.
|
static MAPAbsentSubscriberReason |
MAPAbsentSubscriberReason.restrictedArea
Reference to value of the constant restrictedArea.
|
Modifier and Type | Method and Description |
---|---|
static MAPAbsentSubscriberReason |
MAPAbsentSubscriberReason.fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.
|
MAPAbsentSubscriberReason |
MAPAbsentSubscriberParam.getAbsentSubscriberReason()
Gets the value of the field absentSubscriberReason.
|
static MAPAbsentSubscriberReason[] |
MAPAbsentSubscriberReason.namedValues()
Returns an array containing all the enumeration constants referenced by fields.
|
Modifier and Type | Method and Description |
---|---|
MAPAbsentSubscriberParam |
MAPAbsentSubscriberParam.setAbsentSubscriberReason(MAPAbsentSubscriberReason value)
Sets the value of the field absentSubscriberReason.
|