Class MAPMT_SMS_TPDU_Type

  • All Implemented Interfaces:
    DataObject, Immutable, Serializable

    public class MAPMT_SMS_TPDU_Type
    extends NamedInteger
    API for MAP-MS-DataTypes.MT-SMS-TPDU-Type. Generated from the following ASN.1 type definition.
     MT-SMS-TPDU-Type ::=
         ENUMERATED {
             sms-DELIVER(0),
             sms-SUBMIT-REPORT(1),
             sms-STATUS-REPORT(2),
             ...
         }
     
    Added in release 5. Exception handling: For TPDU-TypeCriterion sequences containing this parameter with any other value than the ones named here the receiver shall ignore the whole TPDU-TypeCriterion sequence. In CAMEL phase 4, sms-SUBMIT-REPORT shall not be used and a received TPDU-TypeCriterion sequence containing sms-SUBMIT-REPORT shall be wholly ignored.

    Used in array as field type by MAPMT_smsCAMELTDP_Criteria.

    See Also:
    Serialized Form
    • Field Detail

      • _sms_DELIVER

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

        public static final MAPMT_SMS_TPDU_Type sms_DELIVER
        Reference to value of the constant sms_DELIVER.
      • _sms_SUBMIT_REPORT

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

        public static final MAPMT_SMS_TPDU_Type sms_SUBMIT_REPORT
        Reference to value of the constant sms_SUBMIT_REPORT.
      • _sms_STATUS_REPORT

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

        public static final MAPMT_SMS_TPDU_Type sms_STATUS_REPORT
        Reference to value of the constant sms_STATUS_REPORT.
      • MIN_VALUE

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

      • MAPMT_SMS_TPDU_Type

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

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