Uses of Class
com.opencloud.slee.resources.cgin.map.MAPAbsentSubscriberReason
-
Packages that use MAPAbsentSubscriberReason Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol. -
-
Uses of MAPAbsentSubscriberReason in com.opencloud.slee.resources.cgin.map
Fields in com.opencloud.slee.resources.cgin.map declared as MAPAbsentSubscriberReason Modifier and Type Field 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.Methods in com.opencloud.slee.resources.cgin.map that return MAPAbsentSubscriberReason Modifier and Type Method 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.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPAbsentSubscriberReason Modifier and Type Method Description MAPAbsentSubscriberParam
MAPAbsentSubscriberParam. setAbsentSubscriberReason(MAPAbsentSubscriberReason value)
Sets the value of the field absentSubscriberReason.
-