Class MAPUsed_RAT_Type

    • Field Detail

      • _utran

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

        public static final MAPUsed_RAT_Type utran
        Reference to value of the constant utran.
      • _geran

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

        public static final MAPUsed_RAT_Type geran
        Reference to value of the constant geran.
      • gan

        public static final MAPUsed_RAT_Type gan
        Reference to value of the constant gan.
      • _i_hspa_evolution

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

        public static final MAPUsed_RAT_Type i_hspa_evolution
        Reference to value of the constant i_hspa_evolution.
      • _e_utran

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

        public static final MAPUsed_RAT_Type e_utran
        Reference to value of the constant e_utran.
      • MIN_VALUE

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

      • MAPUsed_RAT_Type

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

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