Class MAPT_BcsmTriggerDetectionPoint

  • All Implemented Interfaces:
    DataObject, Immutable, Serializable

    public class MAPT_BcsmTriggerDetectionPoint
    extends NamedInteger
    API for MAP-MS-DataTypes.T-BcsmTriggerDetectionPoint. Generated from the following ASN.1 type definition.
     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.

    See Also:
    Serialized Form
    • Field Detail

      • _termAttemptAuthorized

        public static final int _termAttemptAuthorized
        Integer value of the constant termAttemptAuthorized.
        See Also:
        Constant Field Values
      • termAttemptAuthorized

        public static final MAPT_BcsmTriggerDetectionPoint termAttemptAuthorized
        Reference to value of the constant termAttemptAuthorized.
      • _tBusy

        public static final int _tBusy
        Integer value of the constant tBusy.
        See Also:
        Constant Field Values
      • _tNoAnswer

        public static final int _tNoAnswer
        Integer value of the constant tNoAnswer.
        See Also:
        Constant Field Values
      • MIN_VALUE

        public static final int MIN_VALUE
        Minimum value that a com.opencloud.slee.resources.cgin.map.MAPT_BcsmTriggerDetectionPoint instance may take (12).
        See Also:
        Constant Field Values
      • MAX_VALUE

        public static final int MAX_VALUE
        Maximum value that a com.opencloud.slee.resources.cgin.map.MAPT_BcsmTriggerDetectionPoint instance may take (14).
        See Also:
        Constant Field Values
    • Constructor Detail

      • MAPT_BcsmTriggerDetectionPoint

        protected MAPT_BcsmTriggerDetectionPoint​(int value,
                                                 String description)
        Constructs an enumeration constant for the given numeric value, noting its name.
        Parameters:
        value - numeric value
        description - name of number
      • MAPT_BcsmTriggerDetectionPoint

        protected MAPT_BcsmTriggerDetectionPoint​(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 MAPT_BcsmTriggerDetectionPoint 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 MAPT_BcsmTriggerDetectionPoint[] namedValues()
        Returns an array containing all the enumeration constants referenced by fields.
        Returns:
        array of enumeration constants