Class CCEventSpecificInformationBCSM.Choice

    • Field Detail

      • _ANALYZEDINFOSPECIFICINFO

        public static final int _ANALYZEDINFOSPECIFICINFO
        Integer value of the choice ANALYZEDINFOSPECIFICINFO.
        See Also:
        Constant Field Values
      • _COLLECTEDINFOSPECIFICINFO

        public static final int _COLLECTEDINFOSPECIFICINFO
        Integer value of the choice COLLECTEDINFOSPECIFICINFO.
        See Also:
        Constant Field Values
      • _OANSWERSPECIFICINFO

        public static final int _OANSWERSPECIFICINFO
        Integer value of the choice OANSWERSPECIFICINFO.
        See Also:
        Constant Field Values
      • _OCALLEDPARTYBUSYSPECIFICINFO

        public static final int _OCALLEDPARTYBUSYSPECIFICINFO
        Integer value of the choice OCALLEDPARTYBUSYSPECIFICINFO.
        See Also:
        Constant Field Values
      • _ODISCONNECTSPECIFICINFO

        public static final int _ODISCONNECTSPECIFICINFO
        Integer value of the choice ODISCONNECTSPECIFICINFO.
        See Also:
        Constant Field Values
      • _OMIDCALLSPECIFICINFO

        public static final int _OMIDCALLSPECIFICINFO
        Integer value of the choice OMIDCALLSPECIFICINFO.
        See Also:
        Constant Field Values
      • _ONOANSWERSPECIFICINFO

        public static final int _ONOANSWERSPECIFICINFO
        Integer value of the choice ONOANSWERSPECIFICINFO.
        See Also:
        Constant Field Values
      • _ROUTESELECTFAILURESPECIFICINFO

        public static final int _ROUTESELECTFAILURESPECIFICINFO
        Integer value of the choice ROUTESELECTFAILURESPECIFICINFO.
        See Also:
        Constant Field Values
      • _TANSWERSPECIFICINFO

        public static final int _TANSWERSPECIFICINFO
        Integer value of the choice TANSWERSPECIFICINFO.
        See Also:
        Constant Field Values
      • _TCALLEDPARTYBUSYSPECIFICINFO

        public static final int _TCALLEDPARTYBUSYSPECIFICINFO
        Integer value of the choice TCALLEDPARTYBUSYSPECIFICINFO.
        See Also:
        Constant Field Values
      • _TDISCONNECTSPECIFICINFO

        public static final int _TDISCONNECTSPECIFICINFO
        Integer value of the choice TDISCONNECTSPECIFICINFO.
        See Also:
        Constant Field Values
      • _TMIDCALLSPECIFICINFO

        public static final int _TMIDCALLSPECIFICINFO
        Integer value of the choice TMIDCALLSPECIFICINFO.
        See Also:
        Constant Field Values
      • _TNOANSWERSPECIFICINFO

        public static final int _TNOANSWERSPECIFICINFO
        Integer value of the choice TNOANSWERSPECIFICINFO.
        See Also:
        Constant Field Values
      • MIN_VALUE

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

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

      • Choice

        protected Choice​(int value,
                         String description)
        Constructs a number, noting its name.
        Parameters:
        value - numeric value
        description - name of number
    • Method Detail

      • fromValue

        public static CCEventSpecificInformationBCSM.Choice fromValue​(int value)
        Finds or constructs an integer for the given numeric value.
        Parameters:
        value - numeric value
        Returns:
        one of the fields if suitable, else a newly constructed object
      • namedValues

        public static CCEventSpecificInformationBCSM.Choice[] namedValues()
        Returns an array containing all the numeric values that distinguish choices.
        Returns:
        array of integers