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