public class DictionaryElementType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
_name
The name of the dictionary.
|
private static java.util.List |
ALL_TYPES
A list of the different dictionary types.
|
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.
|
| Modifier | Constructor and Description |
|---|---|
private |
DictionaryElementType(java.lang.String name)
Create a new DictionaryElementType.
|
| Modifier and Type | Method and Description |
|---|---|
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() |
public static final DictionaryElementType INDEX_WORD
public static final DictionaryElementType SYNSET
public static final DictionaryElementType EXCEPTION
private final java.lang.String _name
private static final java.util.List ALL_TYPES
private DictionaryElementType(java.lang.String name)
name - public static java.util.List getAllDictionaryElementTypes()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getName()
public int hashCode()
hashCode in class java.lang.Object