Class MAPMT_SMS_TPDU_Type
- java.lang.Object
-
- java.lang.Number
-
- com.opencloud.util.NamedInteger
-
- 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 Summary
Fields Modifier and Type Field 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.
-
Constructor Summary
Constructors Modifier Constructor 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.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.opencloud.util.NamedInteger
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString, valueOf
-
-
-
-
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 valuedescription
- 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
-
-