public class MAPDefaultCallHandling extends NamedInteger
DefaultCallHandling ::= ENUMERATED { continueCall(0), releaseCall(1), ... }Added in R96. Exception handling: reception of values in range 2-31 shall be treated as 'continueCall'; reception of values greater than 31 shall be treated as 'releaseCall'.
Used as field type by MAPO_BcsmCamelTDPData
.
Used as field type by MAPT_BcsmCamelTDPData
.
Used as field type by MAPDP_AnalysedInfoCriterium
.
Modifier and Type | Field and Description |
---|---|
static int |
_continueCall
Integer value of the constant continueCall.
|
static int |
_releaseCall
Integer value of the constant releaseCall.
|
static MAPDefaultCallHandling |
continueCall
Reference to value of the constant continueCall.
|
static int |
MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.map.MAPDefaultCallHandling instance may take (1).
|
static int |
MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPDefaultCallHandling instance may take (0).
|
static MAPDefaultCallHandling |
releaseCall
Reference to value of the constant releaseCall.
|
Modifier | Constructor and Description |
---|---|
protected |
MAPDefaultCallHandling(int value)
Constructs an enumeration constant for the given numeric value.
|
protected |
MAPDefaultCallHandling(int value,
String description)
Constructs an enumeration constant for the given numeric value, noting its name.
|
Modifier and Type | Method and Description |
---|---|
static MAPDefaultCallHandling |
fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.
|
static MAPDefaultCallHandling[] |
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 _continueCall
public static final MAPDefaultCallHandling continueCall
public static final int _releaseCall
public static final MAPDefaultCallHandling releaseCall
public static final int MIN_VALUE
public static final int MAX_VALUE
protected MAPDefaultCallHandling(int value, String description)
value
- numeric valuedescription
- name of numberprotected MAPDefaultCallHandling(int value)
value
- numeric valuepublic static MAPDefaultCallHandling fromValue(int value)
value
- integerpublic static MAPDefaultCallHandling[] namedValues()