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