public static enum AbstractTest.TestMetric extends java.lang.Enum<AbstractTest.TestMetric>
Enum Constant and Description |
---|
DM
Metric
|
DMSTAR
Metric
|
ENTROPY
Metric
|
HEIGHT
Metric
|
NMENTROPY
Metric
|
PREC
Metric
|
Modifier and Type | Method and Description |
---|---|
static AbstractTest.TestMetric |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AbstractTest.TestMetric[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractTest.TestMetric DMSTAR
public static final AbstractTest.TestMetric DM
public static final AbstractTest.TestMetric HEIGHT
public static final AbstractTest.TestMetric PREC
public static final AbstractTest.TestMetric ENTROPY
public static final AbstractTest.TestMetric NMENTROPY
public static AbstractTest.TestMetric[] values()
for (AbstractTest.TestMetric c : AbstractTest.TestMetric.values()) System.out.println(c);
public static AbstractTest.TestMetric 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