| Enum Constant and Description |
|---|
BodySize |
HeadCoverage |
None |
PCABodySize |
PCAConfidence |
StandardConfidence |
Support |
| Modifier and Type | Method and Description |
|---|---|
static Metric |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Metric[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Metric None
public static final Metric Support
public static final Metric StandardConfidence
public static final Metric PCAConfidence
public static final Metric HeadCoverage
public static final Metric BodySize
public static final Metric PCABodySize
public static Metric[] values()
for (Metric c : Metric.values()) System.out.println(c);
public static Metric valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null