public class MAPLCS_Event extends NamedInteger
LCS-Event ::= ENUMERATED { emergencyCallOrigination(0), emergencyCallRelease(1), mo-lr(2), ... deferredmt-lrResponse(3), -- Added in release 4. deferredmo-lrTTTPInitiation(4), -- Added in release 7. emergencyCallHandover(5) -- Added in release 9. }Added in R98. deferredmt-lrResponse is applicable to the delivery of a location estimate for an LDR initiated earlier by either the network (via an MT-LR activate deferred location) or the UE (via a deferred MO-LR TTTP initiation). Exception handling: a SubscriberLocationReport-Arg containing an unrecognized LCS-Event shall be rejected by a receiver with a return error cause of unexpected data value.
Used as field type by MAPSubscriberLocationReport_Arg
.
Modifier and Type | Field and Description |
---|---|
static int |
_deferredmo_lrTTTPInitiation
Integer value of the constant deferredmo_lrTTTPInitiation.
|
static int |
_deferredmt_lrResponse
Integer value of the constant deferredmt_lrResponse.
|
static int |
_emergencyCallHandover
Integer value of the constant emergencyCallHandover.
|
static int |
_emergencyCallOrigination
Integer value of the constant emergencyCallOrigination.
|
static int |
_emergencyCallRelease
Integer value of the constant emergencyCallRelease.
|
static int |
_mo_lr
Integer value of the constant mo_lr.
|
static MAPLCS_Event |
deferredmo_lrTTTPInitiation
Reference to value of the constant deferredmo_lrTTTPInitiation.
|
static MAPLCS_Event |
deferredmt_lrResponse
Reference to value of the constant deferredmt_lrResponse.
|
static MAPLCS_Event |
emergencyCallHandover
Reference to value of the constant emergencyCallHandover.
|
static MAPLCS_Event |
emergencyCallOrigination
Reference to value of the constant emergencyCallOrigination.
|
static MAPLCS_Event |
emergencyCallRelease
Reference to value of the constant emergencyCallRelease.
|
static int |
MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.map.MAPLCS_Event instance may take (5).
|
static int |
MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPLCS_Event instance may take (0).
|
static MAPLCS_Event |
mo_lr
Reference to value of the constant mo_lr.
|
Modifier | Constructor and Description |
---|---|
protected |
MAPLCS_Event(int value)
Constructs an enumeration constant for the given numeric value.
|
protected |
MAPLCS_Event(int value,
String description)
Constructs an enumeration constant for the given numeric value, noting its name.
|
Modifier and Type | Method and Description |
---|---|
static MAPLCS_Event |
fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.
|
static MAPLCS_Event[] |
namedValues()
Returns an array containing all the enumeration constants referenced by fields.
|
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString
public static final int _emergencyCallOrigination
public static final MAPLCS_Event emergencyCallOrigination
public static final int _emergencyCallRelease
public static final MAPLCS_Event emergencyCallRelease
public static final int _mo_lr
public static final MAPLCS_Event mo_lr
public static final int _deferredmt_lrResponse
public static final MAPLCS_Event deferredmt_lrResponse
public static final int _deferredmo_lrTTTPInitiation
public static final MAPLCS_Event deferredmo_lrTTTPInitiation
public static final int _emergencyCallHandover
public static final MAPLCS_Event emergencyCallHandover
public static final int MIN_VALUE
public static final int MAX_VALUE
protected MAPLCS_Event(int value, String description)
value
- numeric valuedescription
- name of numberprotected MAPLCS_Event(int value)
value
- numeric valuepublic static MAPLCS_Event fromValue(int value)
value
- integerpublic static MAPLCS_Event[] namedValues()