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