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