Package net.didion.jwnl.dictionary.file
Class DictionaryFileType
- java.lang.Object
-
- net.didion.jwnl.dictionary.file.DictionaryFileType
-
public class DictionaryFileType extends Object
Instances of this class specify the different types of dictionary files (the different classes of dictionary files.
-
-
Field Summary
Fields Modifier and Type Field Description static DictionaryFileType
DATA
static DictionaryFileType
EXCEPTION
static DictionaryFileType
INDEX
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static List
getAllDictionaryFileTypes()
DictionaryElementType
getElementType()
String
getName()
int
hashCode()
String
toString()
-
-
-
Field Detail
-
INDEX
public static final DictionaryFileType INDEX
-
DATA
public static final DictionaryFileType DATA
-
EXCEPTION
public static final DictionaryFileType EXCEPTION
-
-
Method Detail
-
getAllDictionaryFileTypes
public static List getAllDictionaryFileTypes()
-
getName
public String getName()
-
getElementType
public DictionaryElementType getElementType()
-
-