|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.didion.jwnl.data.DictionaryElementType
public class DictionaryElementType
WordNet contains different file types, index, synset data, and exception files. This class defines what the current dictionary is.
Field Summary | |
---|---|
static DictionaryElementType |
EXCEPTION
Property that defines an exception file. |
static DictionaryElementType |
INDEX_WORD
Property to define an index file. |
static DictionaryElementType |
SYNSET
Property to define a synset file. |
Method Summary | |
---|---|
static java.util.List |
getAllDictionaryElementTypes()
Gets all the dictionary types. |
java.lang.String |
getName()
Gets the name of this DictionaryElementType. |
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final DictionaryElementType INDEX_WORD
public static final DictionaryElementType SYNSET
public static final DictionaryElementType EXCEPTION
Method Detail |
---|
public static java.util.List getAllDictionaryElementTypes()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getName()
public int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |