Uses of Class
com.opencloud.slee.resources.cgin.map.MAPFailureCauseParam
-
Packages that use MAPFailureCauseParam Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol. -
-
Uses of MAPFailureCauseParam in com.opencloud.slee.resources.cgin.map
Fields in com.opencloud.slee.resources.cgin.map declared as MAPFailureCauseParam Modifier and Type Field Description static MAPFailureCauseParam
MAPFailureCauseParam. limitReachedOnNumberOfConcurrentLocationRequests
Reference to value of the constant limitReachedOnNumberOfConcurrentLocationRequests.Methods in com.opencloud.slee.resources.cgin.map that return MAPFailureCauseParam Modifier and Type Method Description static MAPFailureCauseParam
MAPFailureCauseParam. fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.MAPFailureCauseParam
MAPExtensibleSystemFailureParam. getFailureCauseParam()
Gets the value of the field failureCauseParam.static MAPFailureCauseParam[]
MAPFailureCauseParam. namedValues()
Returns an array containing all the enumeration constants referenced by fields.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPFailureCauseParam Modifier and Type Method Description MAPExtensibleSystemFailureParam
MAPExtensibleSystemFailureParam. setFailureCauseParam(MAPFailureCauseParam value)
Sets the value of the field failureCauseParam.
-