public static enum DictionaryBuilder.DictionaryFormat extends Enum<DictionaryBuilder.DictionaryFormat>
Enum Constant and Description |
---|
IPADIC
IPADIC format
|
UNIDIC
UNIDIC format
|
Modifier and Type | Method and Description |
---|---|
static DictionaryBuilder.DictionaryFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DictionaryBuilder.DictionaryFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DictionaryBuilder.DictionaryFormat IPADIC
public static final DictionaryBuilder.DictionaryFormat UNIDIC
public static DictionaryBuilder.DictionaryFormat[] values()
for (DictionaryBuilder.DictionaryFormat c : DictionaryBuilder.DictionaryFormat.values()) System.out.println(c);
public static DictionaryBuilder.DictionaryFormat 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 © 2000-2021 Apache Software Foundation. All Rights Reserved.