net.didion.jwnl.dictionary.file
Class DictionaryFileType
java.lang.Object
net.didion.jwnl.dictionary.file.DictionaryFileType
public class DictionaryFileType
- extends java.lang.Object
Instances of this class specify the different types of dictionary files (the different classes of dictionary files.
Methods inherited from class java.lang.Object |
equals, getClass, notify, notifyAll, wait, wait, wait |
INDEX
public static final DictionaryFileType INDEX
DATA
public static final DictionaryFileType DATA
EXCEPTION
public static final DictionaryFileType EXCEPTION
getAllDictionaryFileTypes
public static java.util.List getAllDictionaryFileTypes()
getName
public java.lang.String getName()
getElementType
public DictionaryElementType getElementType()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object