Class MAPT_BcsmTriggerDetectionPoint
- java.lang.Object
-
- java.lang.Number
-
- com.opencloud.util.NamedInteger
-
- MAPT_BcsmTriggerDetectionPoint
-
- All Implemented Interfaces:
DataObject
,Immutable
,Serializable
public class MAPT_BcsmTriggerDetectionPoint extends NamedInteger
API for MAP-MS-DataTypes.T-BcsmTriggerDetectionPoint. Generated from the following ASN.1 type definition.T-BcsmTriggerDetectionPoint ::= ENUMERATED { termAttemptAuthorized(12), ... tBusy(13), -- Added in R99. tNoAnswer(14) -- Added in R99. }
Added in R96. Moved from MAP-CH-DataTypes between R98 and R99.Used as field type by
MAPT_BcsmCamelTDPData
.Used as field type by
MAPT_BCSM_CAMEL_TDP_Criteria
.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_tBusy
Integer value of the constant tBusy.static int
_termAttemptAuthorized
Integer value of the constant termAttemptAuthorized.static int
_tNoAnswer
Integer value of the constant tNoAnswer.static int
MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.map.MAPT_BcsmTriggerDetectionPoint instance may take (14).static int
MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPT_BcsmTriggerDetectionPoint instance may take (12).static MAPT_BcsmTriggerDetectionPoint
tBusy
Reference to value of the constant tBusy.static MAPT_BcsmTriggerDetectionPoint
termAttemptAuthorized
Reference to value of the constant termAttemptAuthorized.static MAPT_BcsmTriggerDetectionPoint
tNoAnswer
Reference to value of the constant tNoAnswer.
-
Constructor Summary
Constructors Modifier Constructor Description protected
MAPT_BcsmTriggerDetectionPoint(int value)
Constructs an enumeration constant for the given numeric value.protected
MAPT_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 MAPT_BcsmTriggerDetectionPoint
fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.static MAPT_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
-
_termAttemptAuthorized
public static final int _termAttemptAuthorized
Integer value of the constant termAttemptAuthorized.- See Also:
- Constant Field Values
-
termAttemptAuthorized
public static final MAPT_BcsmTriggerDetectionPoint termAttemptAuthorized
Reference to value of the constant termAttemptAuthorized.
-
_tBusy
public static final int _tBusy
Integer value of the constant tBusy.- See Also:
- Constant Field Values
-
tBusy
public static final MAPT_BcsmTriggerDetectionPoint tBusy
Reference to value of the constant tBusy.
-
_tNoAnswer
public static final int _tNoAnswer
Integer value of the constant tNoAnswer.- See Also:
- Constant Field Values
-
tNoAnswer
public static final MAPT_BcsmTriggerDetectionPoint tNoAnswer
Reference to value of the constant tNoAnswer.
-
MIN_VALUE
public static final int MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPT_BcsmTriggerDetectionPoint instance may take (12).- See Also:
- Constant Field Values
-
MAX_VALUE
public static final int MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.map.MAPT_BcsmTriggerDetectionPoint instance may take (14).- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MAPT_BcsmTriggerDetectionPoint
protected MAPT_BcsmTriggerDetectionPoint(int value, String description)
Constructs an enumeration constant for the given numeric value, noting its name.- Parameters:
value
- numeric valuedescription
- name of number
-
MAPT_BcsmTriggerDetectionPoint
protected MAPT_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 MAPT_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 MAPT_BcsmTriggerDetectionPoint[] namedValues()
Returns an array containing all the enumeration constants referenced by fields.- Returns:
- array of enumeration constants
-
-