net.didion.jwnl.dictionary.file
Class DictionaryFileType

java.lang.Object
  extended by 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
static DictionaryFileType DATA
           
static DictionaryFileType EXCEPTION
           
static DictionaryFileType INDEX
           
 
Method Summary
static List getAllDictionaryFileTypes()
           
 DictionaryElementType getElementType()
           
 String getName()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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 List getAllDictionaryFileTypes()

getName

public String getName()

getElementType

public DictionaryElementType getElementType()

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2011. All Rights Reserved.