net.didion.jwnl.dictionary.file
Class DictionaryFileType

java.lang.Object
  extended by 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.


Field Summary
static DictionaryFileType DATA
           
static DictionaryFileType EXCEPTION
           
static DictionaryFileType INDEX
           
 
Method Summary
static java.util.List getAllDictionaryFileTypes()
           
 DictionaryElementType getElementType()
           
 java.lang.String getName()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, notify, notifyAll, wait, wait, wait
 

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 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