public enum ConfidenceBenchmarkMetricType extends Enum<ConfidenceBenchmarkMetricType> implements IAEnum
| Enum Constant and Description |
|---|
NB_ABOVE_STANDARD |
NB_BELOW_STANDARD |
PERCENT_ABOVE_STANDARD |
PERCENT_BELOW_STANDARD |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static ConfidenceBenchmarkMetricType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfidenceBenchmarkMetricType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfidenceBenchmarkMetricType PERCENT_ABOVE_STANDARD
public static final ConfidenceBenchmarkMetricType PERCENT_BELOW_STANDARD
public static final ConfidenceBenchmarkMetricType NB_ABOVE_STANDARD
public static final ConfidenceBenchmarkMetricType NB_BELOW_STANDARD
public static ConfidenceBenchmarkMetricType[] values()
for (ConfidenceBenchmarkMetricType c : ConfidenceBenchmarkMetricType.values()) System.out.println(c);
public static ConfidenceBenchmarkMetricType 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 © 2018–2021 ODPi. All rights reserved.