public class MAPCallTerminationIndicator extends NamedInteger
CallTerminationIndicator ::= ENUMERATED { terminateCallActivityReferred(0), terminateAllCallActivities(1), ... }Added in R99. Exception handling: reception of values 2-10 shall be mapped to 'terminateCallActivityReferred'; reception of values > 10 shall be mapped to 'terminateAllCallActivities'. In MSCs not supporting linkage of all call activities, any value received shall be interpreted as 'terminateCallActivityReferred'.
Used as field type by MAPIST_AlertRes
.
Modifier and Type | Field and Description |
---|---|
static int |
_terminateAllCallActivities
Integer value of the constant terminateAllCallActivities.
|
static int |
_terminateCallActivityReferred
Integer value of the constant terminateCallActivityReferred.
|
static int |
MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.map.MAPCallTerminationIndicator instance may take (1).
|
static int |
MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPCallTerminationIndicator instance may take (0).
|
static MAPCallTerminationIndicator |
terminateAllCallActivities
Reference to value of the constant terminateAllCallActivities.
|
static MAPCallTerminationIndicator |
terminateCallActivityReferred
Reference to value of the constant terminateCallActivityReferred.
|
Modifier | Constructor and Description |
---|---|
protected |
MAPCallTerminationIndicator(int value)
Constructs an enumeration constant for the given numeric value.
|
protected |
MAPCallTerminationIndicator(int value,
String description)
Constructs an enumeration constant for the given numeric value, noting its name.
|
Modifier and Type | Method and Description |
---|---|
static MAPCallTerminationIndicator |
fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.
|
static MAPCallTerminationIndicator[] |
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 _terminateCallActivityReferred
public static final MAPCallTerminationIndicator terminateCallActivityReferred
public static final int _terminateAllCallActivities
public static final MAPCallTerminationIndicator terminateAllCallActivities
public static final int MIN_VALUE
public static final int MAX_VALUE
protected MAPCallTerminationIndicator(int value, String description)
value
- numeric valuedescription
- name of numberprotected MAPCallTerminationIndicator(int value)
value
- numeric valuepublic static MAPCallTerminationIndicator fromValue(int value)
value
- integerpublic static MAPCallTerminationIndicator[] namedValues()