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