net.didion.jwnl.data
Class DictionaryElementType

java.lang.Object
  extended bynet.didion.jwnl.data.DictionaryElementType

public class DictionaryElementType
extends java.lang.Object


Field Summary
static DictionaryElementType EXCEPTION
           
static DictionaryElementType INDEX_WORD
           
static DictionaryElementType SYNSET
           
 
Method Summary
static java.util.List getAllDictionaryElementTypes()
           
 java.lang.String getName()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

INDEX_WORD

public static final DictionaryElementType INDEX_WORD

SYNSET

public static final DictionaryElementType SYNSET

EXCEPTION

public static final DictionaryElementType EXCEPTION
Method Detail

getAllDictionaryElementTypes

public static java.util.List getAllDictionaryElementTypes()

toString

public java.lang.String toString()

getName

public java.lang.String getName()

hashCode

public int hashCode()



JWNL homepage.