Enum TDAPI_QC_EDITION

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<TDAPI_QC_EDITION>

    public enum TDAPI_QC_EDITION
    extends java.lang.Enum<TDAPI_QC_EDITION>

    Quality Center Editions.

    • Enum Constant Detail

      • TDAPI_QC_EDITION_STARTER

        public static final TDAPI_QC_EDITION TDAPI_QC_EDITION_STARTER

        QC Essentials Edition.

        The value of this constant is 0

      • TDAPI_QC_EDITION_ENTERPRISE

        public static final TDAPI_QC_EDITION TDAPI_QC_EDITION_ENTERPRISE

        Quality Center Enterprise Edition.

        The value of this constant is 1

      • TDAPI_QC_EDITION_PREMIER

        public static final TDAPI_QC_EDITION TDAPI_QC_EDITION_PREMIER

        Application Lifecycle Management Edition.

        The value of this constant is 2

      • TDAPI_QC_EDITION_PC_STANDALONE

        public static final TDAPI_QC_EDITION TDAPI_QC_EDITION_PC_STANDALONE

        PC Standalone Edition.

        The value of this constant is 3

      • TDAPI_QC_EDITION_ALM_ESSENTIALS

        public static final TDAPI_QC_EDITION TDAPI_QC_EDITION_ALM_ESSENTIALS

        ALM Essentials Edition.

        The value of this constant is 4

      • TDAPI_QC_EDITION_APM

        public static final TDAPI_QC_EDITION TDAPI_QC_EDITION_APM

        Agile Project Management Edition.

        The value of this constant is 5

      • TDAPI_QC_EDITION_EXPRESS

        public static final TDAPI_QC_EDITION TDAPI_QC_EDITION_EXPRESS

        ALM Express Edition.

        The value of this constant is 6

      • TDAPI_QC_EDITION_COMMUNITY

        public static final TDAPI_QC_EDITION TDAPI_QC_EDITION_COMMUNITY

        ALM Community Edition.

        The value of this constant is 7

    • Method Detail

      • values

        public static TDAPI_QC_EDITION[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (TDAPI_QC_EDITION c : TDAPI_QC_EDITION.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static TDAPI_QC_EDITION valueOf​(java.lang.String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null