Class MAPAccuracyFulfilmentIndicator

    • Field Detail

      • _requestedAccuracyFulfilled

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

        public static final MAPAccuracyFulfilmentIndicator requestedAccuracyFulfilled
        Reference to value of the constant requestedAccuracyFulfilled.
      • _requestedAccuracyNotFulfilled

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

        public static final MAPAccuracyFulfilmentIndicator requestedAccuracyNotFulfilled
        Reference to value of the constant requestedAccuracyNotFulfilled.
      • MIN_VALUE

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

      • MAPAccuracyFulfilmentIndicator

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

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