Class MAPSM_DeliveryNotIntended

  • All Implemented Interfaces:
    DataObject, Immutable, Serializable

    public class MAPSM_DeliveryNotIntended
    extends NamedInteger
    API for MAP-SM-DataTypes.SM-DeliveryNotIntended. Generated from the following ASN.1 type definition.
     SM-DeliveryNotIntended ::=
         ENUMERATED {
             onlyIMSI-requested(0),
             onlyMCC-MNC-requested(1),
             ...
         }
     
    Added in release 8.

    Used as field type by MAPRoutingInfoForSM_Arg.

    See Also:
    Serialized Form
    • Field Detail

      • _onlyIMSI_requested

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

        public static final MAPSM_DeliveryNotIntended onlyIMSI_requested
        Reference to value of the constant onlyIMSI_requested.
      • _onlyMCC_MNC_requested

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

        public static final MAPSM_DeliveryNotIntended onlyMCC_MNC_requested
        Reference to value of the constant onlyMCC_MNC_requested.
      • MIN_VALUE

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

      • MAPSM_DeliveryNotIntended

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

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