public class MAPPositionMethodFailure_Diagnostic extends NamedInteger
PositionMethodFailure-Diagnostic ::= ENUMERATED { congestion(0), insufficientResources(1), insufficientMeasurementData(2), inconsistentMeasurementData(3), locationProcedureNotCompleted(4), locationProcedureNotSupportedByTargetMS(5), qoSNotAttainable(6), positionMethodNotAvailableInNetwork(7), positionMethodNotAvailableInLocationArea(8), ... }Added in R98. Exception handling: any unrecognized value shall be ignored.
Used as field type by MAPPositionMethodFailure_Param
.
Modifier and Type | Field and Description |
---|---|
static int |
_congestion
Integer value of the constant congestion.
|
static int |
_inconsistentMeasurementData
Integer value of the constant inconsistentMeasurementData.
|
static int |
_insufficientMeasurementData
Integer value of the constant insufficientMeasurementData.
|
static int |
_insufficientResources
Integer value of the constant insufficientResources.
|
static int |
_locationProcedureNotCompleted
Integer value of the constant locationProcedureNotCompleted.
|
static int |
_locationProcedureNotSupportedByTargetMS
Integer value of the constant locationProcedureNotSupportedByTargetMS.
|
static int |
_positionMethodNotAvailableInLocationArea
Integer value of the constant positionMethodNotAvailableInLocationArea.
|
static int |
_positionMethodNotAvailableInNetwork
Integer value of the constant positionMethodNotAvailableInNetwork.
|
static int |
_qoSNotAttainable
Integer value of the constant qoSNotAttainable.
|
static MAPPositionMethodFailure_Diagnostic |
congestion
Reference to value of the constant congestion.
|
static MAPPositionMethodFailure_Diagnostic |
inconsistentMeasurementData
Reference to value of the constant inconsistentMeasurementData.
|
static MAPPositionMethodFailure_Diagnostic |
insufficientMeasurementData
Reference to value of the constant insufficientMeasurementData.
|
static MAPPositionMethodFailure_Diagnostic |
insufficientResources
Reference to value of the constant insufficientResources.
|
static MAPPositionMethodFailure_Diagnostic |
locationProcedureNotCompleted
Reference to value of the constant locationProcedureNotCompleted.
|
static MAPPositionMethodFailure_Diagnostic |
locationProcedureNotSupportedByTargetMS
Reference to value of the constant locationProcedureNotSupportedByTargetMS.
|
static int |
MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.map.MAPPositionMethodFailure_Diagnostic instance may take (8).
|
static int |
MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPPositionMethodFailure_Diagnostic instance may take (0).
|
static MAPPositionMethodFailure_Diagnostic |
positionMethodNotAvailableInLocationArea
Reference to value of the constant positionMethodNotAvailableInLocationArea.
|
static MAPPositionMethodFailure_Diagnostic |
positionMethodNotAvailableInNetwork
Reference to value of the constant positionMethodNotAvailableInNetwork.
|
static MAPPositionMethodFailure_Diagnostic |
qoSNotAttainable
Reference to value of the constant qoSNotAttainable.
|
Modifier | Constructor and Description |
---|---|
protected |
MAPPositionMethodFailure_Diagnostic(int value)
Constructs an enumeration constant for the given numeric value.
|
protected |
MAPPositionMethodFailure_Diagnostic(int value,
String description)
Constructs an enumeration constant for the given numeric value, noting its name.
|
Modifier and Type | Method and Description |
---|---|
static MAPPositionMethodFailure_Diagnostic |
fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.
|
static MAPPositionMethodFailure_Diagnostic[] |
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 _congestion
public static final MAPPositionMethodFailure_Diagnostic congestion
public static final int _insufficientResources
public static final MAPPositionMethodFailure_Diagnostic insufficientResources
public static final int _insufficientMeasurementData
public static final MAPPositionMethodFailure_Diagnostic insufficientMeasurementData
public static final int _inconsistentMeasurementData
public static final MAPPositionMethodFailure_Diagnostic inconsistentMeasurementData
public static final int _locationProcedureNotCompleted
public static final MAPPositionMethodFailure_Diagnostic locationProcedureNotCompleted
public static final int _locationProcedureNotSupportedByTargetMS
public static final MAPPositionMethodFailure_Diagnostic locationProcedureNotSupportedByTargetMS
public static final int _qoSNotAttainable
public static final MAPPositionMethodFailure_Diagnostic qoSNotAttainable
public static final int _positionMethodNotAvailableInNetwork
public static final MAPPositionMethodFailure_Diagnostic positionMethodNotAvailableInNetwork
public static final int _positionMethodNotAvailableInLocationArea
public static final MAPPositionMethodFailure_Diagnostic positionMethodNotAvailableInLocationArea
public static final int MIN_VALUE
public static final int MAX_VALUE
protected MAPPositionMethodFailure_Diagnostic(int value, String description)
value
- numeric valuedescription
- name of numberprotected MAPPositionMethodFailure_Diagnostic(int value)
value
- numeric valuepublic static MAPPositionMethodFailure_Diagnostic fromValue(int value)
value
- integerpublic static MAPPositionMethodFailure_Diagnostic[] namedValues()