public enum TDAPI_QC_EDITION extends Enum<TDAPI_QC_EDITION>
Quality Center Editions.
| Enum Constant and Description | 
|---|
TDAPI_QC_EDITION_ENTERPRISE
 Enterprise Edition. 
 | 
TDAPI_QC_EDITION_PREMIER
 Premier Edition. 
 | 
TDAPI_QC_EDITION_STARTER
 Starter Edition. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static TDAPI_QC_EDITION | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static TDAPI_QC_EDITION[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final TDAPI_QC_EDITION TDAPI_QC_EDITION_STARTER
Starter Edition.
The value of this constant is 0
public static final TDAPI_QC_EDITION TDAPI_QC_EDITION_ENTERPRISE
Enterprise Edition.
The value of this constant is 1
public static final TDAPI_QC_EDITION TDAPI_QC_EDITION_PREMIER
Premier Edition.
The value of this constant is 2
public static TDAPI_QC_EDITION[] values()
for (TDAPI_QC_EDITION c : TDAPI_QC_EDITION.values()) System.out.println(c);
public static TDAPI_QC_EDITION valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2020. All rights reserved.