Class MAPAdditionalRequestedCAMEL_SubscriptionInfo
- java.lang.Object
-
- java.lang.Number
-
- com.opencloud.util.NamedInteger
-
- MAPAdditionalRequestedCAMEL_SubscriptionInfo
-
- All Implemented Interfaces:
DataObject
,Immutable
,Serializable
public class MAPAdditionalRequestedCAMEL_SubscriptionInfo extends NamedInteger
API for MAP-MS-DataTypes.AdditionalRequestedCAMEL-SubscriptionInfo. Generated from the following ASN.1 type definition.AdditionalRequestedCAMEL-SubscriptionInfo ::= ENUMERATED { mt-sms-CSI(0), mg-csi(1), o-IM-CSI(2), d-IM-CSI(3), vt-IM-CSI(4), ... }
Added in release 5. Exception handling: unknown values shall be discarded by the receiver.Used as field type by
MAPModificationRequestFor_CSI
.Used as field type by
MAPRequestedSubscriptionInfo
.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_d_IM_CSI
Integer value of the constant d_IM_CSI.static int
_mg_csi
Integer value of the constant mg_csi.static int
_mt_sms_CSI
Integer value of the constant mt_sms_CSI.static int
_o_IM_CSI
Integer value of the constant o_IM_CSI.static int
_vt_IM_CSI
Integer value of the constant vt_IM_CSI.static MAPAdditionalRequestedCAMEL_SubscriptionInfo
d_IM_CSI
Reference to value of the constant d_IM_CSI.static int
MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.map.MAPAdditionalRequestedCAMEL_SubscriptionInfo instance may take (4).static MAPAdditionalRequestedCAMEL_SubscriptionInfo
mg_csi
Reference to value of the constant mg_csi.static int
MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPAdditionalRequestedCAMEL_SubscriptionInfo instance may take (0).static MAPAdditionalRequestedCAMEL_SubscriptionInfo
mt_sms_CSI
Reference to value of the constant mt_sms_CSI.static MAPAdditionalRequestedCAMEL_SubscriptionInfo
o_IM_CSI
Reference to value of the constant o_IM_CSI.static MAPAdditionalRequestedCAMEL_SubscriptionInfo
vt_IM_CSI
Reference to value of the constant vt_IM_CSI.
-
Constructor Summary
Constructors Modifier Constructor Description protected
MAPAdditionalRequestedCAMEL_SubscriptionInfo(int value)
Constructs an enumeration constant for the given numeric value.protected
MAPAdditionalRequestedCAMEL_SubscriptionInfo(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 MAPAdditionalRequestedCAMEL_SubscriptionInfo
fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.static MAPAdditionalRequestedCAMEL_SubscriptionInfo[]
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
-
_mt_sms_CSI
public static final int _mt_sms_CSI
Integer value of the constant mt_sms_CSI.- See Also:
- Constant Field Values
-
mt_sms_CSI
public static final MAPAdditionalRequestedCAMEL_SubscriptionInfo mt_sms_CSI
Reference to value of the constant mt_sms_CSI.
-
_mg_csi
public static final int _mg_csi
Integer value of the constant mg_csi.- See Also:
- Constant Field Values
-
mg_csi
public static final MAPAdditionalRequestedCAMEL_SubscriptionInfo mg_csi
Reference to value of the constant mg_csi.
-
_o_IM_CSI
public static final int _o_IM_CSI
Integer value of the constant o_IM_CSI.- See Also:
- Constant Field Values
-
o_IM_CSI
public static final MAPAdditionalRequestedCAMEL_SubscriptionInfo o_IM_CSI
Reference to value of the constant o_IM_CSI.
-
_d_IM_CSI
public static final int _d_IM_CSI
Integer value of the constant d_IM_CSI.- See Also:
- Constant Field Values
-
d_IM_CSI
public static final MAPAdditionalRequestedCAMEL_SubscriptionInfo d_IM_CSI
Reference to value of the constant d_IM_CSI.
-
_vt_IM_CSI
public static final int _vt_IM_CSI
Integer value of the constant vt_IM_CSI.- See Also:
- Constant Field Values
-
vt_IM_CSI
public static final MAPAdditionalRequestedCAMEL_SubscriptionInfo vt_IM_CSI
Reference to value of the constant vt_IM_CSI.
-
MIN_VALUE
public static final int MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPAdditionalRequestedCAMEL_SubscriptionInfo instance may take (0).- See Also:
- Constant Field Values
-
MAX_VALUE
public static final int MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.map.MAPAdditionalRequestedCAMEL_SubscriptionInfo instance may take (4).- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MAPAdditionalRequestedCAMEL_SubscriptionInfo
protected MAPAdditionalRequestedCAMEL_SubscriptionInfo(int value, String description)
Constructs an enumeration constant for the given numeric value, noting its name.- Parameters:
value
- numeric valuedescription
- name of number
-
MAPAdditionalRequestedCAMEL_SubscriptionInfo
protected MAPAdditionalRequestedCAMEL_SubscriptionInfo(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 MAPAdditionalRequestedCAMEL_SubscriptionInfo 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 MAPAdditionalRequestedCAMEL_SubscriptionInfo[] namedValues()
Returns an array containing all the enumeration constants referenced by fields.- Returns:
- array of enumeration constants
-
-