public class MAPO_BcsmTriggerDetectionPoint extends NamedInteger
O-BcsmTriggerDetectionPoint ::= ENUMERATED { collectedInfo(2), ... routeSelectFailure(4) -- Added in R99. }Added in R96.
Used as field type by MAPO_BcsmCamelTDPData
.
Used as field type by MAPO_BcsmCamelTDP_Criteria
.
Modifier and Type | Field and Description |
---|---|
static int |
_collectedInfo
Integer value of the constant collectedInfo.
|
static int |
_routeSelectFailure
Integer value of the constant routeSelectFailure.
|
static MAPO_BcsmTriggerDetectionPoint |
collectedInfo
Reference to value of the constant collectedInfo.
|
static int |
MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.map.MAPO_BcsmTriggerDetectionPoint instance may take (4).
|
static int |
MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPO_BcsmTriggerDetectionPoint instance may take (2).
|
static MAPO_BcsmTriggerDetectionPoint |
routeSelectFailure
Reference to value of the constant routeSelectFailure.
|
Modifier | Constructor and Description |
---|---|
protected |
MAPO_BcsmTriggerDetectionPoint(int value)
Constructs an enumeration constant for the given numeric value.
|
protected |
MAPO_BcsmTriggerDetectionPoint(int value,
String description)
Constructs an enumeration constant for the given numeric value, noting its name.
|
Modifier and Type | Method and Description |
---|---|
static MAPO_BcsmTriggerDetectionPoint |
fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.
|
static MAPO_BcsmTriggerDetectionPoint[] |
namedValues()
Returns an array containing all the enumeration constants referenced by fields.
|
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString, valueOf
public static final int _collectedInfo
public static final MAPO_BcsmTriggerDetectionPoint collectedInfo
public static final int _routeSelectFailure
public static final MAPO_BcsmTriggerDetectionPoint routeSelectFailure
public static final int MIN_VALUE
public static final int MAX_VALUE
protected MAPO_BcsmTriggerDetectionPoint(int value, String description)
value
- numeric valuedescription
- name of numberprotected MAPO_BcsmTriggerDetectionPoint(int value)
value
- numeric valuepublic static MAPO_BcsmTriggerDetectionPoint fromValue(int value)
value
- integerpublic static MAPO_BcsmTriggerDetectionPoint[] namedValues()