Class CAP3EventTypeSMS
- java.lang.Object
-
- java.lang.Number
-
- com.opencloud.util.NamedInteger
-
- CAP3EventTypeSMS
-
- All Implemented Interfaces:
DataObject
,Immutable
,Serializable
- Direct Known Subclasses:
CAP4EventTypeSMS
public class CAP3EventTypeSMS extends NamedInteger
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-smsSubmitted(3) } CAP-datatypes { EventTypeSMS { @extendible } }
Used as field type by
CAP3EventReportSMSArg
.Used as field type by
CAP3InitialDPSMSArg
.Used as field type by
CAP3SMSEvent
.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field 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.
-
Constructor Summary
Constructors Modifier Constructor 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.
-
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_CollectedInfo
public static final int _sms_CollectedInfo
Integer value of the constant sms_CollectedInfo.- See Also:
- Constant Field Values
-
sms_CollectedInfo
public static final CAP3EventTypeSMS sms_CollectedInfo
Reference to value of the constant sms_CollectedInfo.
-
_o_smsFailure
public static final int _o_smsFailure
Integer value of the constant o_smsFailure.- See Also:
- Constant Field Values
-
o_smsFailure
public static final CAP3EventTypeSMS o_smsFailure
Reference to value of the constant o_smsFailure.
-
_o_smsSubmitted
public static final int _o_smsSubmitted
Integer value of the constant o_smsSubmitted.- See Also:
- Constant Field Values
-
o_smsSubmitted
public static final CAP3EventTypeSMS o_smsSubmitted
Reference to value of the constant o_smsSubmitted.
-
MIN_VALUE
public static final int MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.cap_v3.CAP3EventTypeSMS 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_v3.CAP3EventTypeSMS instance may take (3).- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CAP3EventTypeSMS
protected CAP3EventTypeSMS(int value, String description)
Constructs an enumeration constant for the given numeric value, noting its name.- Parameters:
value
- numeric valuedescription
- name of number
-
CAP3EventTypeSMS
protected CAP3EventTypeSMS(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
-
-