Class MAPRAN_Technology

    • Field Detail

      • gsm

        public static final MAPRAN_Technology gsm
        Reference to value of the constant gsm.
      • _umts

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

        public static final MAPRAN_Technology umts
        Reference to value of the constant umts.
      • MIN_VALUE

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

      • MAPRAN_Technology

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

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