public enum ValidityBenchmarkMetricType extends Enum<ValidityBenchmarkMetricType>
| Enum Constant and Description |
|---|
nb_met |
nb_not_met |
percent_met |
percent_not_met |
| Modifier and Type | Method and Description |
|---|---|
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–2019 ODPi. All rights reserved.