public class CAP4EventTypeSMS extends CAP3EventTypeSMS
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
.
Modifier and Type | Field and 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.
|
_o_smsFailure, _o_smsSubmitted, _sms_CollectedInfo, o_smsFailure, o_smsSubmitted, sms_CollectedInfo
Modifier | Constructor and 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.
|
Modifier and Type | Method and 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.
|
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString
public static final int _sms_DeliveryRequested
public static final CAP4EventTypeSMS sms_DeliveryRequested
public static final int _t_smsFailure
public static final CAP4EventTypeSMS t_smsFailure
public static final int _t_smsDelivery
public static final CAP4EventTypeSMS t_smsDelivery
public static final int MIN_VALUE
public static final int MAX_VALUE
protected CAP4EventTypeSMS(int value, String description)
value
- numeric valuedescription
- name of numberprotected CAP4EventTypeSMS(int value)
value
- numeric valuepublic static CAP3EventTypeSMS fromValue(int value)
value
- integerpublic static CAP3EventTypeSMS[] namedValues()