public static enum Evaluation_ImplBase.XMLFormat extends Enum<Evaluation_ImplBase.XMLFormat>
Modifier and Type | Method and Description |
---|---|
static Evaluation_ImplBase.XMLFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Evaluation_ImplBase.XMLFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Evaluation_ImplBase.XMLFormat Knowtator
public static final Evaluation_ImplBase.XMLFormat Anafora
public static final Evaluation_ImplBase.XMLFormat I2B2
public static Evaluation_ImplBase.XMLFormat[] values()
for (Evaluation_ImplBase.XMLFormat c : Evaluation_ImplBase.XMLFormat.values()) System.out.println(c);
public static Evaluation_ImplBase.XMLFormat 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 © 2012-2017 The Apache Software Foundation. All Rights Reserved.