Class CCRequestedInformationType

    • Field Detail

      • _callAttemptElapsedTime

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

        public static final CCRequestedInformationType callAttemptElapsedTime
        Reference to value of the constant callAttemptElapsedTime.
      • _callStopTime

        public static final int _callStopTime
        Integer value of the constant callStopTime.
        See Also:
        Constant Field Values
      • _callConnectedElapsedTime

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

        public static final CCRequestedInformationType callConnectedElapsedTime
        Reference to value of the constant callConnectedElapsedTime.
      • _releaseCause

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

        public static final int MIN_VALUE
        Minimum value that a com.opencloud.slee.resources.cgin.callcontrol.CCRequestedInformationType 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.callcontrol.CCRequestedInformationType instance may take (30).
        See Also:
        Constant Field Values
    • Constructor Detail

      • CCRequestedInformationType

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

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