Package | Description |
---|---|
com.opencloud.slee.resources.cgin.map |
Provides an API for the MAP protocol.
|
Modifier and Type | Field and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
MAPDeferredmt_lrData |
MAPDeferredmt_lrData.setTerminationCause(MAPTerminationCause value)
Sets the value of the field terminationCause.
|