Class MAPAdditionalRequestedCAMEL_SubscriptionInfo

  • All Implemented Interfaces:
    DataObject, Immutable, Serializable

    public class MAPAdditionalRequestedCAMEL_SubscriptionInfo
    extends NamedInteger
    API for MAP-MS-DataTypes.AdditionalRequestedCAMEL-SubscriptionInfo. Generated from the following ASN.1 type definition.
     AdditionalRequestedCAMEL-SubscriptionInfo ::=
         ENUMERATED {
             mt-sms-CSI(0),
             mg-csi(1),
             o-IM-CSI(2),
             d-IM-CSI(3),
             vt-IM-CSI(4),
             ...
         }
     
    Added in release 5. Exception handling: unknown values shall be discarded by the receiver.

    Used as field type by MAPModificationRequestFor_CSI.

    Used as field type by MAPRequestedSubscriptionInfo.

    See Also:
    Serialized Form
    • Constructor Detail

      • MAPAdditionalRequestedCAMEL_SubscriptionInfo

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

        protected MAPAdditionalRequestedCAMEL_SubscriptionInfo​(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 MAPAdditionalRequestedCAMEL_SubscriptionInfo 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