public class CAP3EventTypeSMS extends NamedInteger
EventTypeSMS ::= ENUMERATED { sms-CollectedInfo(1), o-smsFailure(2), o-smsSubmitted(3) } CAP-datatypes { EventTypeSMS { @extendible } }
Used as field type by CAP3InitialDPSMSArg
.
Used as field type by CAP3EventReportSMSArg
.
Used as field type by CAP3SMSEvent
.
Modifier and Type | Field and Description |
---|---|
static int |
_o_smsFailure
Integer value of the constant o_smsFailure.
|
static int |
_o_smsSubmitted
Integer value of the constant o_smsSubmitted.
|
static int |
_sms_CollectedInfo
Integer value of the constant sms_CollectedInfo.
|
static int |
MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.cap_v3.CAP3EventTypeSMS instance may take (3).
|
static int |
MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.cap_v3.CAP3EventTypeSMS instance may take (1).
|
static CAP3EventTypeSMS |
o_smsFailure
Reference to value of the constant o_smsFailure.
|
static CAP3EventTypeSMS |
o_smsSubmitted
Reference to value of the constant o_smsSubmitted.
|
static CAP3EventTypeSMS |
sms_CollectedInfo
Reference to value of the constant sms_CollectedInfo.
|
Modifier | Constructor and Description |
---|---|
protected |
CAP3EventTypeSMS(int value)
Constructs an enumeration constant for the given numeric value.
|
protected |
CAP3EventTypeSMS(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_CollectedInfo
public static final CAP3EventTypeSMS sms_CollectedInfo
public static final int _o_smsFailure
public static final CAP3EventTypeSMS o_smsFailure
public static final int _o_smsSubmitted
public static final CAP3EventTypeSMS o_smsSubmitted
public static final int MIN_VALUE
public static final int MAX_VALUE
protected CAP3EventTypeSMS(int value, String description)
value
- numeric valuedescription
- name of numberprotected CAP3EventTypeSMS(int value)
value
- numeric valuepublic static CAP3EventTypeSMS fromValue(int value)
value
- integerpublic static CAP3EventTypeSMS[] namedValues()