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