public class DictionaryFileType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private DictionaryElementType |
_elementType |
private Resolvable |
_name |
private static java.util.List |
ALL_TYPES |
static DictionaryFileType |
DATA |
static DictionaryFileType |
EXCEPTION |
static DictionaryFileType |
INDEX |
| Modifier | Constructor and Description |
|---|---|
private |
DictionaryFileType(java.lang.String type,
DictionaryElementType elementType) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List |
getAllDictionaryFileTypes() |
DictionaryElementType |
getElementType() |
java.lang.String |
getName() |
int |
hashCode() |
java.lang.String |
toString() |
public static final DictionaryFileType INDEX
public static final DictionaryFileType DATA
public static final DictionaryFileType EXCEPTION
private static final java.util.List ALL_TYPES
private Resolvable _name
private DictionaryElementType _elementType
private DictionaryFileType(java.lang.String type,
DictionaryElementType elementType)
public static java.util.List getAllDictionaryFileTypes()
public java.lang.String getName()
public DictionaryElementType getElementType()
public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object