public enum ReqCoverageByTestStatType extends Enum<ReqCoverageByTestStatType>
| Enum Constant and Description |
|---|
CRITICAL |
CRITICAL_VERIFIED |
MAJOR |
MAJOR_VERIFIED |
MINOR |
MINOR_VERIFIED |
TOTAL |
TOTAL_VERIFIED |
UNDEFINED |
UNDEFINED_VERIFIED |
| Modifier and Type | Method and Description |
|---|---|
static ReqCoverageByTestStatType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReqCoverageByTestStatType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReqCoverageByTestStatType TOTAL
public static final ReqCoverageByTestStatType TOTAL_VERIFIED
public static final ReqCoverageByTestStatType CRITICAL
public static final ReqCoverageByTestStatType CRITICAL_VERIFIED
public static final ReqCoverageByTestStatType MAJOR
public static final ReqCoverageByTestStatType MAJOR_VERIFIED
public static final ReqCoverageByTestStatType MINOR
public static final ReqCoverageByTestStatType MINOR_VERIFIED
public static final ReqCoverageByTestStatType UNDEFINED
public static final ReqCoverageByTestStatType UNDEFINED_VERIFIED
public static ReqCoverageByTestStatType[] values()
for (ReqCoverageByTestStatType c : ReqCoverageByTestStatType.values()) System.out.println(c);
public static ReqCoverageByTestStatType 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 © 2010–2016 Henix, henix.fr. All rights reserved.