Class CAP4EventSpecificInformationSMS.Choice
-
- All Implemented Interfaces:
DataObject
,Immutable
,Serializable
- Enclosing class:
- CAP4EventSpecificInformationSMS
public static class CAP4EventSpecificInformationSMS.Choice extends CAP3EventSpecificInformationSMS.Choice
API for CAP-datatypes.EventSpecificInformationSMS.Choice.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_O_SMSSUBMISSIONSPECIFICINFO
Integer value of the choice O_SMSSUBMISSIONSPECIFICINFO.static int
_T_SMSDELIVERYSPECIFICINFO
Integer value of the choice T_SMSDELIVERYSPECIFICINFO.static int
_T_SMSFAILURESPECIFICINFO
Integer value of the choice T_SMSFAILURESPECIFICINFO.static int
MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.cap_v4.CAP4EventSpecificInformationSMS.Choice instance may take (527614466).static int
MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.cap_v4.CAP4EventSpecificInformationSMS.Choice instance may take (527614208).static CAP4EventSpecificInformationSMS.Choice
O_SMSSUBMISSIONSPECIFICINFO
Reference to the choice O_SMSSUBMISSIONSPECIFICINFO.static CAP4EventSpecificInformationSMS.Choice
T_SMSDELIVERYSPECIFICINFO
Reference to the choice T_SMSDELIVERYSPECIFICINFO.static CAP4EventSpecificInformationSMS.Choice
T_SMSFAILURESPECIFICINFO
Reference to the choice T_SMSFAILURESPECIFICINFO.-
Fields inherited from class com.opencloud.slee.resources.cgin.cap_v3.CAP3EventSpecificInformationSMS.Choice
_O_SMSFAILURESPECIFICINFO, _O_SMSSUBMITTEDSPECIFICINFO, O_SMSFAILURESPECIFICINFO, O_SMSSUBMITTEDSPECIFICINFO
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CAP3EventSpecificInformationSMS.Choice
fromValue(int value)
Finds or constructs an integer for the given numeric value.static CAP3EventSpecificInformationSMS.Choice[]
namedValues()
Returns an array containing all the numeric values that distinguish choices.-
Methods inherited from class com.opencloud.util.NamedInteger
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString, valueOf
-
-
-
-
Field Detail
-
_O_SMSSUBMISSIONSPECIFICINFO
public static final int _O_SMSSUBMISSIONSPECIFICINFO
Integer value of the choice O_SMSSUBMISSIONSPECIFICINFO.- See Also:
- Constant Field Values
-
O_SMSSUBMISSIONSPECIFICINFO
public static final CAP4EventSpecificInformationSMS.Choice O_SMSSUBMISSIONSPECIFICINFO
Reference to the choice O_SMSSUBMISSIONSPECIFICINFO.
-
_T_SMSDELIVERYSPECIFICINFO
public static final int _T_SMSDELIVERYSPECIFICINFO
Integer value of the choice T_SMSDELIVERYSPECIFICINFO.- See Also:
- Constant Field Values
-
T_SMSDELIVERYSPECIFICINFO
public static final CAP4EventSpecificInformationSMS.Choice T_SMSDELIVERYSPECIFICINFO
Reference to the choice T_SMSDELIVERYSPECIFICINFO.
-
_T_SMSFAILURESPECIFICINFO
public static final int _T_SMSFAILURESPECIFICINFO
Integer value of the choice T_SMSFAILURESPECIFICINFO.- See Also:
- Constant Field Values
-
T_SMSFAILURESPECIFICINFO
public static final CAP4EventSpecificInformationSMS.Choice T_SMSFAILURESPECIFICINFO
Reference to the choice T_SMSFAILURESPECIFICINFO.
-
MIN_VALUE
public static final int MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.cap_v4.CAP4EventSpecificInformationSMS.Choice instance may take (527614208).- See Also:
- Constant Field Values
-
MAX_VALUE
public static final int MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.cap_v4.CAP4EventSpecificInformationSMS.Choice instance may take (527614466).- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Choice
protected Choice(int value, String description)
Constructs a number, noting its name.- Parameters:
value
- numeric valuedescription
- name of number
-
-
Method Detail
-
fromValue
public static CAP3EventSpecificInformationSMS.Choice fromValue(int value)
Finds or constructs an integer for the given numeric value.- Parameters:
value
- numeric value- Returns:
- one of the fields if suitable, else a newly constructed object
-
namedValues
public static CAP3EventSpecificInformationSMS.Choice[] namedValues()
Returns an array containing all the numeric values that distinguish choices.- Returns:
- array of integers
-
-