Class MAPLCS_Event
-
- All Implemented Interfaces:
DataObject
,Immutable
,Serializable
public class MAPLCS_Event extends NamedInteger
API for MAP-LCS-DataTypes.LCS-Event. Generated from the following ASN.1 type definition.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
.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field 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.
-
Constructor Summary
Constructors Modifier Constructor 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.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.opencloud.util.NamedInteger
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString, valueOf
-
-
-
-
Field Detail
-
_emergencyCallOrigination
public static final int _emergencyCallOrigination
Integer value of the constant emergencyCallOrigination.- See Also:
- Constant Field Values
-
emergencyCallOrigination
public static final MAPLCS_Event emergencyCallOrigination
Reference to value of the constant emergencyCallOrigination.
-
_emergencyCallRelease
public static final int _emergencyCallRelease
Integer value of the constant emergencyCallRelease.- See Also:
- Constant Field Values
-
emergencyCallRelease
public static final MAPLCS_Event emergencyCallRelease
Reference to value of the constant emergencyCallRelease.
-
_mo_lr
public static final int _mo_lr
Integer value of the constant mo_lr.- See Also:
- Constant Field Values
-
mo_lr
public static final MAPLCS_Event mo_lr
Reference to value of the constant mo_lr.
-
_deferredmt_lrResponse
public static final int _deferredmt_lrResponse
Integer value of the constant deferredmt_lrResponse.- See Also:
- Constant Field Values
-
deferredmt_lrResponse
public static final MAPLCS_Event deferredmt_lrResponse
Reference to value of the constant deferredmt_lrResponse.
-
_deferredmo_lrTTTPInitiation
public static final int _deferredmo_lrTTTPInitiation
Integer value of the constant deferredmo_lrTTTPInitiation.- See Also:
- Constant Field Values
-
deferredmo_lrTTTPInitiation
public static final MAPLCS_Event deferredmo_lrTTTPInitiation
Reference to value of the constant deferredmo_lrTTTPInitiation.
-
_emergencyCallHandover
public static final int _emergencyCallHandover
Integer value of the constant emergencyCallHandover.- See Also:
- Constant Field Values
-
emergencyCallHandover
public static final MAPLCS_Event emergencyCallHandover
Reference to value of the constant emergencyCallHandover.
-
MIN_VALUE
public static final int MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPLCS_Event instance may take (0).- See Also:
- Constant Field Values
-
MAX_VALUE
public static final int MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.map.MAPLCS_Event instance may take (5).- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MAPLCS_Event
protected MAPLCS_Event(int value, String description)
Constructs an enumeration constant for the given numeric value, noting its name.- Parameters:
value
- numeric valuedescription
- name of number
-
MAPLCS_Event
protected MAPLCS_Event(int value)
Constructs an enumeration constant for the given numeric value. Suitable for use as decode method.- Parameters:
value
- numeric value
-
-
Method Detail
-
fromValue
public static MAPLCS_Event fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.- Parameters:
value
- integer- Returns:
- one of the fields if suitable, else a newly constructed object
-
namedValues
public static MAPLCS_Event[] namedValues()
Returns an array containing all the enumeration constants referenced by fields.- Returns:
- array of enumeration constants
-
-