Class MAPAccessNetworkProtocolId

  • All Implemented Interfaces:
    DataObject, Immutable, Serializable

    public class MAPAccessNetworkProtocolId
    extends NamedInteger
    API for MAP-CommonDataTypes.AccessNetworkProtocolId. Generated from the following ASN.1 type definition.
     AccessNetworkProtocolId ::=
         ENUMERATED {
             ts3G-48006(1), -- Renamed from gsm-0806 between R99 and release 4.
             ts3G-25413(2),
             ...
         }
     
    Added in R99.

    Used as field type by MAPAccessNetworkSignalInfo.

    See Also:
    Serialized Form
    • Field Detail

      • _ts3G_48006

        public static final int _ts3G_48006
        Integer value of the constant ts3G_48006.
        See Also:
        Constant Field Values
      • _ts3G_25413

        public static final int _ts3G_25413
        Integer value of the constant ts3G_25413.
        See Also:
        Constant Field Values
      • MIN_VALUE

        public static final int MIN_VALUE
        Minimum value that a com.opencloud.slee.resources.cgin.map.MAPAccessNetworkProtocolId instance may take (1).
        See Also:
        Constant Field Values
      • MAX_VALUE

        public static final int MAX_VALUE
        Maximum value that a com.opencloud.slee.resources.cgin.map.MAPAccessNetworkProtocolId instance may take (2).
        See Also:
        Constant Field Values
    • Constructor Detail

      • MAPAccessNetworkProtocolId

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

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