Package net.didion.jwnl.data
Interface DictionaryElement
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
Exc
,IndexWord
,Synset
,SynsetProxy
Any class that represents an element contained in the dictionary (
IndexWord
s,
Synset
s, and Exc
eptions) must implement this interface.-
Method Details
-
getKey
Object getKey()Get a key that can be used to index this element. -
getType
DictionaryElementType getType()Get the element's type.
-