Class CAP4EventTypeSMS
- java.lang.Object
-
- java.lang.Number
-
- com.opencloud.util.NamedInteger
-
- CAP3EventTypeSMS
-
- 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 Summary
Fields Modifier and Type Field Description static int
_sms_DeliveryRequested
Integer value of the constant sms_DeliveryRequested.static int
_t_smsDelivery
Integer value of the constant t_smsDelivery.static int
_t_smsFailure
Integer value of the constant t_smsFailure.static int
MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.cap_v4.CAP4EventTypeSMS instance may take (13).static int
MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.cap_v4.CAP4EventTypeSMS instance may take (1).static CAP4EventTypeSMS
sms_DeliveryRequested
Reference to value of the constant sms_DeliveryRequested.static CAP4EventTypeSMS
t_smsDelivery
Reference to value of the constant t_smsDelivery.static CAP4EventTypeSMS
t_smsFailure
Reference to value of the constant t_smsFailure.-
Fields inherited from class com.opencloud.slee.resources.cgin.cap_v3.CAP3EventTypeSMS
_o_smsFailure, _o_smsSubmitted, _sms_CollectedInfo, o_smsFailure, o_smsSubmitted, sms_CollectedInfo
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
CAP4EventTypeSMS(int value)
Constructs an enumeration constant for the given numeric value.protected
CAP4EventTypeSMS(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 CAP3EventTypeSMS
fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.static CAP3EventTypeSMS[]
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_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 valuedescription
- 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
-
-