public class MAPMT_SMS_TPDU_Type extends NamedInteger
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
.
Modifier and Type | Field and Description |
---|---|
static int |
_sms_DELIVER
Integer value of the constant sms_DELIVER.
|
static int |
_sms_STATUS_REPORT
Integer value of the constant sms_STATUS_REPORT.
|
static int |
_sms_SUBMIT_REPORT
Integer value of the constant sms_SUBMIT_REPORT.
|
static int |
MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.map.MAPMT_SMS_TPDU_Type instance may take (2).
|
static int |
MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPMT_SMS_TPDU_Type instance may take (0).
|
static MAPMT_SMS_TPDU_Type |
sms_DELIVER
Reference to value of the constant sms_DELIVER.
|
static MAPMT_SMS_TPDU_Type |
sms_STATUS_REPORT
Reference to value of the constant sms_STATUS_REPORT.
|
static MAPMT_SMS_TPDU_Type |
sms_SUBMIT_REPORT
Reference to value of the constant sms_SUBMIT_REPORT.
|
Modifier | Constructor and Description |
---|---|
protected |
MAPMT_SMS_TPDU_Type(int value)
Constructs an enumeration constant for the given numeric value.
|
protected |
MAPMT_SMS_TPDU_Type(int value,
String description)
Constructs an enumeration constant for the given numeric value, noting its name.
|
Modifier and Type | Method and Description |
---|---|
static MAPMT_SMS_TPDU_Type |
fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.
|
static MAPMT_SMS_TPDU_Type[] |
namedValues()
Returns an array containing all the enumeration constants referenced by fields.
|
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString
public static final int _sms_DELIVER
public static final MAPMT_SMS_TPDU_Type sms_DELIVER
public static final int _sms_SUBMIT_REPORT
public static final MAPMT_SMS_TPDU_Type sms_SUBMIT_REPORT
public static final int _sms_STATUS_REPORT
public static final MAPMT_SMS_TPDU_Type sms_STATUS_REPORT
public static final int MIN_VALUE
public static final int MAX_VALUE
protected MAPMT_SMS_TPDU_Type(int value, String description)
value
- numeric valuedescription
- name of numberprotected MAPMT_SMS_TPDU_Type(int value)
value
- numeric valuepublic static MAPMT_SMS_TPDU_Type fromValue(int value)
value
- integerpublic static MAPMT_SMS_TPDU_Type[] namedValues()