Class MAPPositionMethodFailure_Diagnostic

  • All Implemented Interfaces:
    DataObject, Immutable, Serializable

    public class MAPPositionMethodFailure_Diagnostic
    extends NamedInteger
    API for MAP-ER-DataTypes.PositionMethodFailure-Diagnostic. Generated from the following ASN.1 type definition.
     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.

    See Also:
    Serialized Form
    • Field Detail

      • _congestion

        public static final int _congestion
        Integer value of the constant congestion.
        See Also:
        Constant Field Values
      • _insufficientResources

        public static final int _insufficientResources
        Integer value of the constant insufficientResources.
        See Also:
        Constant Field Values
      • _insufficientMeasurementData

        public static final int _insufficientMeasurementData
        Integer value of the constant insufficientMeasurementData.
        See Also:
        Constant Field Values
      • insufficientMeasurementData

        public static final MAPPositionMethodFailure_Diagnostic insufficientMeasurementData
        Reference to value of the constant insufficientMeasurementData.
      • _inconsistentMeasurementData

        public static final int _inconsistentMeasurementData
        Integer value of the constant inconsistentMeasurementData.
        See Also:
        Constant Field Values
      • inconsistentMeasurementData

        public static final MAPPositionMethodFailure_Diagnostic inconsistentMeasurementData
        Reference to value of the constant inconsistentMeasurementData.
      • _locationProcedureNotCompleted

        public static final int _locationProcedureNotCompleted
        Integer value of the constant locationProcedureNotCompleted.
        See Also:
        Constant Field Values
      • locationProcedureNotCompleted

        public static final MAPPositionMethodFailure_Diagnostic locationProcedureNotCompleted
        Reference to value of the constant locationProcedureNotCompleted.
      • _locationProcedureNotSupportedByTargetMS

        public static final int _locationProcedureNotSupportedByTargetMS
        Integer value of the constant locationProcedureNotSupportedByTargetMS.
        See Also:
        Constant Field Values
      • locationProcedureNotSupportedByTargetMS

        public static final MAPPositionMethodFailure_Diagnostic locationProcedureNotSupportedByTargetMS
        Reference to value of the constant locationProcedureNotSupportedByTargetMS.
      • _qoSNotAttainable

        public static final int _qoSNotAttainable
        Integer value of the constant qoSNotAttainable.
        See Also:
        Constant Field Values
      • _positionMethodNotAvailableInNetwork

        public static final int _positionMethodNotAvailableInNetwork
        Integer value of the constant positionMethodNotAvailableInNetwork.
        See Also:
        Constant Field Values
      • positionMethodNotAvailableInNetwork

        public static final MAPPositionMethodFailure_Diagnostic positionMethodNotAvailableInNetwork
        Reference to value of the constant positionMethodNotAvailableInNetwork.
      • _positionMethodNotAvailableInLocationArea

        public static final int _positionMethodNotAvailableInLocationArea
        Integer value of the constant positionMethodNotAvailableInLocationArea.
        See Also:
        Constant Field Values
      • positionMethodNotAvailableInLocationArea

        public static final MAPPositionMethodFailure_Diagnostic positionMethodNotAvailableInLocationArea
        Reference to value of the constant positionMethodNotAvailableInLocationArea.
      • MIN_VALUE

        public static final int MIN_VALUE
        Minimum value that a com.opencloud.slee.resources.cgin.map.MAPPositionMethodFailure_Diagnostic 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.MAPPositionMethodFailure_Diagnostic instance may take (8).
        See Also:
        Constant Field Values
    • Constructor Detail

      • MAPPositionMethodFailure_Diagnostic

        protected MAPPositionMethodFailure_Diagnostic​(int value,
                                                      String description)
        Constructs an enumeration constant for the given numeric value, noting its name.
        Parameters:
        value - numeric value
        description - name of number
      • MAPPositionMethodFailure_Diagnostic

        protected MAPPositionMethodFailure_Diagnostic​(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 MAPPositionMethodFailure_Diagnostic 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 MAPPositionMethodFailure_Diagnostic[] namedValues()
        Returns an array containing all the enumeration constants referenced by fields.
        Returns:
        array of enumeration constants