@Deprecated public static enum PolishStemmer.DICTIONARY extends java.lang.Enum<PolishStemmer.DICTIONARY>
| Enum Constant and Description |
|---|
COMBINED
Deprecated.
|
MORFEUSZ
Deprecated.
|
MORFOLOGIK
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static PolishStemmer.DICTIONARY |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static PolishStemmer.DICTIONARY[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PolishStemmer.DICTIONARY MORFOLOGIK
public static final PolishStemmer.DICTIONARY MORFEUSZ
public static final PolishStemmer.DICTIONARY COMBINED
public static PolishStemmer.DICTIONARY[] values()
for (PolishStemmer.DICTIONARY c : PolishStemmer.DICTIONARY.values()) System.out.println(c);
public static PolishStemmer.DICTIONARY valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2013. All Rights Reserved.