public enum ValidityBenchmarkMetricType extends Enum<ValidityBenchmarkMetricType> implements IAEnum
| Enum Constant and Description |
|---|
NB_MET |
NB_NOT_MET |
PERCENT_MET |
PERCENT_NOT_MET |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static ValidityBenchmarkMetricType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValidityBenchmarkMetricType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ValidityBenchmarkMetricType PERCENT_MET
public static final ValidityBenchmarkMetricType PERCENT_NOT_MET
public static final ValidityBenchmarkMetricType NB_MET
public static final ValidityBenchmarkMetricType NB_NOT_MET
public static ValidityBenchmarkMetricType[] values()
for (ValidityBenchmarkMetricType c : ValidityBenchmarkMetricType.values()) System.out.println(c);
public static ValidityBenchmarkMetricType 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.