public static enum HebrewAnalyzer.WordType extends Enum<HebrewAnalyzer.WordType>
| Enum Constant and Description |
|---|
CUSTOM |
CUSTOM_WITH_PREFIX |
HEBREW |
HEBREW_TOLERATED |
HEBREW_TOLERATED_WITH_PREFIX |
HEBREW_WITH_PREFIX |
NON_HEBREW |
UNRECOGNIZED |
| Modifier and Type | Method and Description |
|---|---|
static HebrewAnalyzer.WordType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HebrewAnalyzer.WordType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HebrewAnalyzer.WordType HEBREW
public static final HebrewAnalyzer.WordType HEBREW_WITH_PREFIX
public static final HebrewAnalyzer.WordType HEBREW_TOLERATED
public static final HebrewAnalyzer.WordType HEBREW_TOLERATED_WITH_PREFIX
public static final HebrewAnalyzer.WordType NON_HEBREW
public static final HebrewAnalyzer.WordType UNRECOGNIZED
public static final HebrewAnalyzer.WordType CUSTOM
public static final HebrewAnalyzer.WordType CUSTOM_WITH_PREFIX
public static HebrewAnalyzer.WordType[] values()
for (HebrewAnalyzer.WordType c : HebrewAnalyzer.WordType.values()) System.out.println(c);
public static HebrewAnalyzer.WordType 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 © 2014. All Rights Reserved.