Class CAP4EventTypeSMS

  • All Implemented Interfaces:
    DataObject, Immutable, Serializable

    public class CAP4EventTypeSMS
    extends CAP3EventTypeSMS
    API for CAP-datatypes.EventTypeSMS. Generated from the following ASN.1 type definition and the adaptations below.
     EventTypeSMS ::=
         ENUMERATED {
             sms-CollectedInfo(1),
             o-smsFailure(2),
             o-smsSubmission(3),
             sms-DeliveryRequested(11),
             t-smsFailure(12),
             t-smsDelivery(13)
         }
     CAP-datatypes {
         EventTypeSMS {
             @parentType com.opencloud.slee.resources.cgin.cap_v3.CAP3EventTypeSMS
             o-smsSubmission {
                 @rename o-smsSubmitted
             }
         }
     }
     

    Used as field type by CAP4InitialDPSMSArg.

    See Also:
    Serialized Form
    • Field Detail

      • _sms_DeliveryRequested

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

        public static final CAP4EventTypeSMS sms_DeliveryRequested
        Reference to value of the constant sms_DeliveryRequested.
      • _t_smsFailure

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

        public static final CAP4EventTypeSMS t_smsFailure
        Reference to value of the constant t_smsFailure.
      • _t_smsDelivery

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

        public static final CAP4EventTypeSMS t_smsDelivery
        Reference to value of the constant t_smsDelivery.
      • MIN_VALUE

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

      • CAP4EventTypeSMS

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

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