public static enum NEWord.LabelToLookAt extends Enum<NEWord.LabelToLookAt>
Enum Constant and Description |
---|
GoldLabel |
PredictionLevel1Tagger |
PredictionLevel2Tagger |
Modifier and Type | Method and Description |
---|---|
static NEWord.LabelToLookAt |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NEWord.LabelToLookAt[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NEWord.LabelToLookAt PredictionLevel2Tagger
public static final NEWord.LabelToLookAt PredictionLevel1Tagger
public static final NEWord.LabelToLookAt GoldLabel
public static NEWord.LabelToLookAt[] values()
for (NEWord.LabelToLookAt c : NEWord.LabelToLookAt.values()) System.out.println(c);
public static NEWord.LabelToLookAt 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 © 2017. All rights reserved.