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