public class MAPLocationEstimateType extends NamedInteger
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
.
Modifier and Type | Field and 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.
|
Modifier | Constructor and 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.
|
Modifier and Type | Method and 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.
|
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString
public static final int _currentLocation
public static final MAPLocationEstimateType currentLocation
public static final int _currentOrLastKnownLocation
public static final MAPLocationEstimateType currentOrLastKnownLocation
public static final int _initialLocation
public static final MAPLocationEstimateType initialLocation
public static final int _activateDeferredLocation
public static final MAPLocationEstimateType activateDeferredLocation
public static final int _cancelDeferredLocation
public static final MAPLocationEstimateType cancelDeferredLocation
public static final int _notificationVerificationOnly
public static final MAPLocationEstimateType notificationVerificationOnly
public static final int MIN_VALUE
public static final int MAX_VALUE
protected MAPLocationEstimateType(int value, String description)
value
- numeric valuedescription
- name of numberprotected MAPLocationEstimateType(int value)
value
- numeric valuepublic static MAPLocationEstimateType fromValue(int value)
value
- integerpublic static MAPLocationEstimateType[] namedValues()