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