Class MAPAdditionalNetworkResource

  • All Implemented Interfaces:
    DataObject, Immutable, Serializable

    public class MAPAdditionalNetworkResource
    extends NamedInteger
    API for MAP-CommonDataTypes.AdditionalNetworkResource. Generated from the following ASN.1 type definition.
     AdditionalNetworkResource ::=
         ENUMERATED {
             sgsn(0),
             ggsn(1),
             gmlc(2),
             gsmSCF(3),
             nplr(4),
             auc(5),
             ...
             ue(6),
             mme(7)     -- Added in release 8.
         }
     
    Added in release 6. If unknown value is received in AdditionalNetworkResource it shall be ignored.

    Used as field type by MAPExtensibleSystemFailureParam.

    See Also:
    Serialized Form
    • Constructor Detail

      • MAPAdditionalNetworkResource

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

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