public class MAPAdditionalRequestedCAMEL_SubscriptionInfo extends NamedInteger
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 MAPRequestedSubscriptionInfo.
Used as field type by MAPModificationRequestFor_CSI.
| Modifier and Type | Field and 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.
|
| Modifier | Constructor and 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.
|
| Modifier and Type | Method and 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.
|
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toStringpublic static final int _mt_sms_CSI
public static final MAPAdditionalRequestedCAMEL_SubscriptionInfo mt_sms_CSI
public static final int _mg_csi
public static final MAPAdditionalRequestedCAMEL_SubscriptionInfo mg_csi
public static final int _o_IM_CSI
public static final MAPAdditionalRequestedCAMEL_SubscriptionInfo o_IM_CSI
public static final int _d_IM_CSI
public static final MAPAdditionalRequestedCAMEL_SubscriptionInfo d_IM_CSI
public static final int _vt_IM_CSI
public static final MAPAdditionalRequestedCAMEL_SubscriptionInfo vt_IM_CSI
public static final int MIN_VALUE
public static final int MAX_VALUE
protected MAPAdditionalRequestedCAMEL_SubscriptionInfo(int value,
String description)
value - numeric valuedescription - name of numberprotected MAPAdditionalRequestedCAMEL_SubscriptionInfo(int value)
value - numeric valuepublic static MAPAdditionalRequestedCAMEL_SubscriptionInfo fromValue(int value)
value - integerpublic static MAPAdditionalRequestedCAMEL_SubscriptionInfo[] namedValues()