Class 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 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 value
        description - 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