public class MAPT_BcsmTriggerDetectionPoint extends NamedInteger
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
.
Modifier and Type | Field and 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.
|
Modifier | Constructor and 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.
|
Modifier and Type | Method and 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.
|
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString
public static final int _termAttemptAuthorized
public static final MAPT_BcsmTriggerDetectionPoint termAttemptAuthorized
public static final int _tBusy
public static final MAPT_BcsmTriggerDetectionPoint tBusy
public static final int _tNoAnswer
public static final MAPT_BcsmTriggerDetectionPoint tNoAnswer
public static final int MIN_VALUE
public static final int MAX_VALUE
protected MAPT_BcsmTriggerDetectionPoint(int value, String description)
value
- numeric valuedescription
- name of numberprotected MAPT_BcsmTriggerDetectionPoint(int value)
value
- numeric valuepublic static MAPT_BcsmTriggerDetectionPoint fromValue(int value)
value
- integerpublic static MAPT_BcsmTriggerDetectionPoint[] namedValues()