Uses of Class
com.opencloud.slee.resources.cgin.map.MAPTerminationCause
-
Packages that use MAPTerminationCause Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol. -
-
Uses of MAPTerminationCause in com.opencloud.slee.resources.cgin.map
Fields in com.opencloud.slee.resources.cgin.map declared as MAPTerminationCause Modifier and Type Field Description static MAPTerminationCause
MAPTerminationCause. congestion
Reference to value of the constant congestion.static MAPTerminationCause
MAPTerminationCause. errorundefined
Reference to value of the constant errorundefined.static MAPTerminationCause
MAPTerminationCause. internalTimeout
Reference to value of the constant internalTimeout.static MAPTerminationCause
MAPTerminationCause. mt_lrRestart
Reference to value of the constant mt_lrRestart.static MAPTerminationCause
MAPTerminationCause. networkTermination
Reference to value of the constant networkTermination.static MAPTerminationCause
MAPTerminationCause. normal
Reference to value of the constant normal.static MAPTerminationCause
MAPTerminationCause. privacyViolation
Reference to value of the constant privacyViolation.static MAPTerminationCause
MAPTerminationCause. shapeOfLocationEstimateNotSupported
Reference to value of the constant shapeOfLocationEstimateNotSupported.static MAPTerminationCause
MAPTerminationCause. subscriberTermination
Reference to value of the constant subscriberTermination.static MAPTerminationCause
MAPTerminationCause. uETermination
Reference to value of the constant uETermination.Methods in com.opencloud.slee.resources.cgin.map that return MAPTerminationCause Modifier and Type Method Description static MAPTerminationCause
MAPTerminationCause. fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.MAPTerminationCause
MAPDeferredmt_lrData. getTerminationCause()
Gets the value of the field terminationCause.static MAPTerminationCause[]
MAPTerminationCause. namedValues()
Returns an array containing all the enumeration constants referenced by fields.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPTerminationCause Modifier and Type Method Description MAPDeferredmt_lrData
MAPDeferredmt_lrData. setTerminationCause(MAPTerminationCause value)
Sets the value of the field terminationCause.
-