Class CAP3EventTypeSMS

    • Field Detail

      • _sms_CollectedInfo

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

        public static final CAP3EventTypeSMS sms_CollectedInfo
        Reference to value of the constant sms_CollectedInfo.
      • _o_smsFailure

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

        public static final CAP3EventTypeSMS o_smsFailure
        Reference to value of the constant o_smsFailure.
      • _o_smsSubmitted

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

        public static final CAP3EventTypeSMS o_smsSubmitted
        Reference to value of the constant o_smsSubmitted.
      • MIN_VALUE

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

      • CAP3EventTypeSMS

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

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