Uses of Class
com.opencloud.slee.resources.cgin.map.MAPAccessType
-
Packages that use MAPAccessType Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol. -
-
Uses of MAPAccessType in com.opencloud.slee.resources.cgin.map
Fields in com.opencloud.slee.resources.cgin.map declared as MAPAccessType Modifier and Type Field Description static MAPAccessType
MAPAccessType. call
Reference to value of the constant call.static MAPAccessType
MAPAccessType. emergencyCall
Reference to value of the constant emergencyCall.static MAPAccessType
MAPAccessType. gprsAttach
Reference to value of the constant gprsAttach.static MAPAccessType
MAPAccessType. gprsDetach
Reference to value of the constant gprsDetach.static MAPAccessType
MAPAccessType. locationUpdating
Reference to value of the constant locationUpdating.static MAPAccessType
MAPAccessType. pdpContextActivation
Reference to value of the constant pdpContextActivation.static MAPAccessType
MAPAccessType. pdpContextDeactivation
Reference to value of the constant pdpContextDeactivation.static MAPAccessType
MAPAccessType. routingAreaUpdating
Reference to value of the constant routingAreaUpdating.static MAPAccessType
MAPAccessType. serviceRequest
Reference to value of the constant serviceRequest.static MAPAccessType
MAPAccessType. shortMessage
Reference to value of the constant shortMessage.static MAPAccessType
MAPAccessType. supplementaryService
Reference to value of the constant supplementaryService.Methods in com.opencloud.slee.resources.cgin.map that return MAPAccessType Modifier and Type Method Description static MAPAccessType
MAPAccessType. fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.MAPAccessType
MAPAuthenticationFailureReportArg. getAccessType()
Gets the value of the field accessType.static MAPAccessType[]
MAPAccessType. namedValues()
Returns an array containing all the enumeration constants referenced by fields.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPAccessType Modifier and Type Method Description MAPAuthenticationFailureReportArg
MAPAuthenticationFailureReportArg. setAccessType(MAPAccessType value)
Sets the value of the field accessType.
-