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 MAPFailureCauseParamMAPFailureCauseParam. limitReachedOnNumberOfConcurrentLocationRequestsReference to value of the constant limitReachedOnNumberOfConcurrentLocationRequests.Methods in com.opencloud.slee.resources.cgin.map that return MAPFailureCauseParam Modifier and Type Method Description static MAPFailureCauseParamMAPFailureCauseParam. fromValue(int value)Finds or constructs an enumeration constant for the given numeric value.MAPFailureCauseParamMAPExtensibleSystemFailureParam. 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 MAPExtensibleSystemFailureParamMAPExtensibleSystemFailureParam. setFailureCauseParam(MAPFailureCauseParam value)Sets the value of the field failureCauseParam.
-