net.sf.extjwnl.dictionary.file
Class DictionaryFileType

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

Author:
John Didion , Aliaksandr Autayeu

Field Summary
static DictionaryFileType CNTLIST
           
static DictionaryFileType DATA
           
static DictionaryFileType EXCEPTION
           
static DictionaryFileType INDEX
           
static DictionaryFileType REVCNTLIST
           
 
Method Summary
static List<DictionaryFileType> 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

REVCNTLIST

public static final DictionaryFileType REVCNTLIST

CNTLIST

public static final DictionaryFileType CNTLIST
Method Detail

getAllDictionaryFileTypes

public static List<DictionaryFileType> 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.