public class MAPSMS_TriggerDetectionPoint extends NamedInteger
SMS-TriggerDetectionPoint ::= ENUMERATED { sms-CollectedInfo(1), ... sms-DeliveryRequest(2) -- Added in release 5. }Added in R99.
Used as field type by MAPSMS_CAMEL_TDP_Data
.
Used as field type by MAPMT_smsCAMELTDP_Criteria
.
Modifier and Type | Field and Description |
---|---|
static int |
_sms_CollectedInfo
Integer value of the constant sms_CollectedInfo.
|
static int |
_sms_DeliveryRequest
Integer value of the constant sms_DeliveryRequest.
|
static int |
MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.map.MAPSMS_TriggerDetectionPoint instance may take (2).
|
static int |
MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPSMS_TriggerDetectionPoint instance may take (1).
|
static MAPSMS_TriggerDetectionPoint |
sms_CollectedInfo
Reference to value of the constant sms_CollectedInfo.
|
static MAPSMS_TriggerDetectionPoint |
sms_DeliveryRequest
Reference to value of the constant sms_DeliveryRequest.
|
Modifier | Constructor and Description |
---|---|
protected |
MAPSMS_TriggerDetectionPoint(int value)
Constructs an enumeration constant for the given numeric value.
|
protected |
MAPSMS_TriggerDetectionPoint(int value,
String description)
Constructs an enumeration constant for the given numeric value, noting its name.
|
Modifier and Type | Method and Description |
---|---|
static MAPSMS_TriggerDetectionPoint |
fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.
|
static MAPSMS_TriggerDetectionPoint[] |
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 MAPSMS_TriggerDetectionPoint sms_CollectedInfo
public static final int _sms_DeliveryRequest
public static final MAPSMS_TriggerDetectionPoint sms_DeliveryRequest
public static final int MIN_VALUE
public static final int MAX_VALUE
protected MAPSMS_TriggerDetectionPoint(int value, String description)
value
- numeric valuedescription
- name of numberprotected MAPSMS_TriggerDetectionPoint(int value)
value
- numeric valuepublic static MAPSMS_TriggerDetectionPoint fromValue(int value)
value
- integerpublic static MAPSMS_TriggerDetectionPoint[] namedValues()