Class MAPLocationEstimateType
- java.lang.Object
-
- java.lang.Number
-
- com.opencloud.util.NamedInteger
-
- MAPLocationEstimateType
-
- All Implemented Interfaces:
DataObject
,Immutable
,Serializable
public class MAPLocationEstimateType extends NamedInteger
API for MAP-LCS-DataTypes.LocationEstimateType. Generated from the following ASN.1 type definition.LocationEstimateType ::= ENUMERATED { currentLocation(0), currentOrLastKnownLocation(1), initialLocation(2), ... activateDeferredLocation(3), -- Added in release 4. cancelDeferredLocation(4), -- Added in release 4. notificationVerificationOnly(5) -- Added in release 7. }
Added in R98.Used as field type by
MAPLocationType
.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_activateDeferredLocation
Integer value of the constant activateDeferredLocation.static int
_cancelDeferredLocation
Integer value of the constant cancelDeferredLocation.static int
_currentLocation
Integer value of the constant currentLocation.static int
_currentOrLastKnownLocation
Integer value of the constant currentOrLastKnownLocation.static int
_initialLocation
Integer value of the constant initialLocation.static int
_notificationVerificationOnly
Integer value of the constant notificationVerificationOnly.static MAPLocationEstimateType
activateDeferredLocation
Reference to value of the constant activateDeferredLocation.static MAPLocationEstimateType
cancelDeferredLocation
Reference to value of the constant cancelDeferredLocation.static MAPLocationEstimateType
currentLocation
Reference to value of the constant currentLocation.static MAPLocationEstimateType
currentOrLastKnownLocation
Reference to value of the constant currentOrLastKnownLocation.static MAPLocationEstimateType
initialLocation
Reference to value of the constant initialLocation.static int
MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.map.MAPLocationEstimateType instance may take (5).static int
MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPLocationEstimateType instance may take (0).static MAPLocationEstimateType
notificationVerificationOnly
Reference to value of the constant notificationVerificationOnly.
-
Constructor Summary
Constructors Modifier Constructor Description protected
MAPLocationEstimateType(int value)
Constructs an enumeration constant for the given numeric value.protected
MAPLocationEstimateType(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 MAPLocationEstimateType
fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.static MAPLocationEstimateType[]
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
-
_currentLocation
public static final int _currentLocation
Integer value of the constant currentLocation.- See Also:
- Constant Field Values
-
currentLocation
public static final MAPLocationEstimateType currentLocation
Reference to value of the constant currentLocation.
-
_currentOrLastKnownLocation
public static final int _currentOrLastKnownLocation
Integer value of the constant currentOrLastKnownLocation.- See Also:
- Constant Field Values
-
currentOrLastKnownLocation
public static final MAPLocationEstimateType currentOrLastKnownLocation
Reference to value of the constant currentOrLastKnownLocation.
-
_initialLocation
public static final int _initialLocation
Integer value of the constant initialLocation.- See Also:
- Constant Field Values
-
initialLocation
public static final MAPLocationEstimateType initialLocation
Reference to value of the constant initialLocation.
-
_activateDeferredLocation
public static final int _activateDeferredLocation
Integer value of the constant activateDeferredLocation.- See Also:
- Constant Field Values
-
activateDeferredLocation
public static final MAPLocationEstimateType activateDeferredLocation
Reference to value of the constant activateDeferredLocation.
-
_cancelDeferredLocation
public static final int _cancelDeferredLocation
Integer value of the constant cancelDeferredLocation.- See Also:
- Constant Field Values
-
cancelDeferredLocation
public static final MAPLocationEstimateType cancelDeferredLocation
Reference to value of the constant cancelDeferredLocation.
-
_notificationVerificationOnly
public static final int _notificationVerificationOnly
Integer value of the constant notificationVerificationOnly.- See Also:
- Constant Field Values
-
notificationVerificationOnly
public static final MAPLocationEstimateType notificationVerificationOnly
Reference to value of the constant notificationVerificationOnly.
-
MIN_VALUE
public static final int MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPLocationEstimateType 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.MAPLocationEstimateType instance may take (5).- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MAPLocationEstimateType
protected MAPLocationEstimateType(int value, String description)
Constructs an enumeration constant for the given numeric value, noting its name.- Parameters:
value
- numeric valuedescription
- name of number
-
MAPLocationEstimateType
protected MAPLocationEstimateType(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 MAPLocationEstimateType 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 MAPLocationEstimateType[] namedValues()
Returns an array containing all the enumeration constants referenced by fields.- Returns:
- array of enumeration constants
-
-