Class MAPAdditionalRoamingNotAllowedCause

  • All Implemented Interfaces:
    DataObject, Immutable, Serializable

    public class MAPAdditionalRoamingNotAllowedCause
    extends NamedInteger
    API for MAP-ER-DataTypes.AdditionalRoamingNotAllowedCause. Generated from the following ASN.1 type definition.
     AdditionalRoamingNotAllowedCause ::=
         ENUMERATED {
             supportedRAT-TypesNotAllowed(0),
             ...
         }
     
    Added in release 7.

    Used as field type by MAPRoamingNotAllowedParam.

    See Also:
    Serialized Form
    • Field Detail

      • _supportedRAT_TypesNotAllowed

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

        public static final MAPAdditionalRoamingNotAllowedCause supportedRAT_TypesNotAllowed
        Reference to value of the constant supportedRAT_TypesNotAllowed.
      • MIN_VALUE

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

      • MAPAdditionalRoamingNotAllowedCause

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

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