public static enum PRQAContext.QARReportType extends Enum<PRQAContext.QARReportType>
Enum Constant and Description |
---|
CodeReview |
Compliance |
Suppression |
Modifier and Type | Field and Description |
---|---|
static EnumSet<PRQAContext.QARReportType> |
OPTIONAL_TYPES |
static EnumSet<PRQAContext.QARReportType> |
REQUIRED_TYPES |
Modifier and Type | Method and Description |
---|---|
static PRQAContext.QARReportType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PRQAContext.QARReportType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PRQAContext.QARReportType Compliance
public static final PRQAContext.QARReportType CodeReview
public static final PRQAContext.QARReportType Suppression
public static final EnumSet<PRQAContext.QARReportType> OPTIONAL_TYPES
public static final EnumSet<PRQAContext.QARReportType> REQUIRED_TYPES
public static PRQAContext.QARReportType[] values()
for (PRQAContext.QARReportType c : PRQAContext.QARReportType.values()) System.out.println(c);
public static PRQAContext.QARReportType 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 © 2016–2022. All rights reserved.