Class CAP4EventTypeBCSM

  • All Implemented Interfaces:
    DataObject, Immutable, Serializable

    public class CAP4EventTypeBCSM
    extends CCEventTypeBCSM
    API for CAP-datatypes.EventTypeBCSM. Generated from the following ASN.1 type definition and the adaptations below.
     EventTypeBCSM ::=
         ENUMERATED {
             collectedInfo(2),
             analyzedInformation(3),
             routeSelectFailure(4),
             oCalledPartyBusy(5),
             oNoAnswer(6),
             oAnswer(7),
             oMidCall(8),
             oDisconnect(9),
             oAbandon(10),
             termAttemptAuthorized(12),
             tBusy(13),
             tNoAnswer(14),
             tAnswer(15),
             tMidCall(16),
             tDisconnect(17),
             tAbandon(18),
             oTermSeized(19),
             callAccepted(27),
             oChangeOfPosition(50),
             tChangeOfPosition(51),
             ...
             oServiceChange(52),
             tServiceChange(53)
         }
     CAP-datatypes {
         EventTypeBCSM {
             @parentType com.opencloud.slee.resources.cgin.callcontrol.CCEventTypeBCSM
             tBusy {
                 @rename tCalledPartyBusy
             }
         }
     }
     

    Used as field type by CAP4InitialDPArg.

    Used as field type by CAP4BCSMEvent.

    See Also:
    Serialized Form
    • Field Detail

      • _oTermSeized

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

        public static final CAP4EventTypeBCSM oTermSeized
        Reference to value of the constant oTermSeized.
      • _callAccepted

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

        public static final CAP4EventTypeBCSM callAccepted
        Reference to value of the constant callAccepted.
      • _oChangeOfPosition

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

        public static final CAP4EventTypeBCSM oChangeOfPosition
        Reference to value of the constant oChangeOfPosition.
      • _tChangeOfPosition

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

        public static final CAP4EventTypeBCSM tChangeOfPosition
        Reference to value of the constant tChangeOfPosition.
      • _oServiceChange

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

        public static final CAP4EventTypeBCSM oServiceChange
        Reference to value of the constant oServiceChange.
      • _tServiceChange

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

        public static final CAP4EventTypeBCSM tServiceChange
        Reference to value of the constant tServiceChange.
      • MIN_VALUE

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

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

      • CAP4EventTypeBCSM

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

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