Class MAPO_BcsmTriggerDetectionPoint
- java.lang.Object
-
- java.lang.Number
-
- com.opencloud.util.NamedInteger
-
- MAPO_BcsmTriggerDetectionPoint
-
- All Implemented Interfaces:
DataObject
,Immutable
,Serializable
public class MAPO_BcsmTriggerDetectionPoint extends NamedInteger
API for MAP-MS-DataTypes.O-BcsmTriggerDetectionPoint. Generated from the following ASN.1 type definition.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
.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field 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.
-
Constructor Summary
Constructors Modifier Constructor 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.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.opencloud.util.NamedInteger
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString, valueOf
-
-
-
-
Field Detail
-
_collectedInfo
public static final int _collectedInfo
Integer value of the constant collectedInfo.- See Also:
- Constant Field Values
-
collectedInfo
public static final MAPO_BcsmTriggerDetectionPoint collectedInfo
Reference to value of the constant collectedInfo.
-
_routeSelectFailure
public static final int _routeSelectFailure
Integer value of the constant routeSelectFailure.- See Also:
- Constant Field Values
-
routeSelectFailure
public static final MAPO_BcsmTriggerDetectionPoint routeSelectFailure
Reference to value of the constant routeSelectFailure.
-
MIN_VALUE
public static final int MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPO_BcsmTriggerDetectionPoint instance may take (2).- See Also:
- Constant Field Values
-
MAX_VALUE
public static final int MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.map.MAPO_BcsmTriggerDetectionPoint instance may take (4).- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MAPO_BcsmTriggerDetectionPoint
protected MAPO_BcsmTriggerDetectionPoint(int value, String description)
Constructs an enumeration constant for the given numeric value, noting its name.- Parameters:
value
- numeric valuedescription
- name of number
-
MAPO_BcsmTriggerDetectionPoint
protected MAPO_BcsmTriggerDetectionPoint(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 MAPO_BcsmTriggerDetectionPoint 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 MAPO_BcsmTriggerDetectionPoint[] namedValues()
Returns an array containing all the enumeration constants referenced by fields.- Returns:
- array of enumeration constants
-
-