Class MAPUnknownSubscriberDiagnostic

  • All Implemented Interfaces:
    DataObject, Immutable, Serializable

    public class MAPUnknownSubscriberDiagnostic
    extends NamedInteger
    API for MAP-ER-DataTypes.UnknownSubscriberDiagnostic. Generated from the following ASN.1 type definition.
     UnknownSubscriberDiagnostic ::=
         ENUMERATED {
             imsiUnknown(0),
             gprs-eps-SubscriptionUnknown(1), -- Renamed from gprsSubscriptionUnknown between releases 7 and 8.
             ...
             npdbMismatch(2)                  -- Added in R99.
         }
     
    Added in R97. If unknown values are received in UnknownSubscriberDiagnostic they shall be discarded.

    Used as field type by MAPUnknownSubscriberParam.

    See Also:
    Serialized Form
    • Field Detail

      • _imsiUnknown

        public static final int _imsiUnknown
        Integer value of the constant imsiUnknown.
        See Also:
        Constant Field Values
      • _gprs_eps_SubscriptionUnknown

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

        public static final MAPUnknownSubscriberDiagnostic gprs_eps_SubscriptionUnknown
        Reference to value of the constant gprs_eps_SubscriptionUnknown.
      • _npdbMismatch

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

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

      • MAPUnknownSubscriberDiagnostic

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

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