public enum LexiconLayerTag extends Enum<LexiconLayerTag>
| Enum Constant and Description |
|---|
COOCCURRENCES |
ENTRIES |
FREQUENCIES |
POSTAGS |
SYLLABIFICATIONS |
SYNONYMS |
| Modifier and Type | Method and Description |
|---|---|
static LexiconLayerTag |
getFromClass(Class<? extends LexiconLayer> cl) |
static LexiconLayerTag |
getFromXmlName(String xmlName) |
Class<? extends LexiconLayer> |
getLayerClass() |
String |
getXmlName() |
static List<LexiconLayerTag> |
orderedLayerTags() |
static LexiconLayerTag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LexiconLayerTag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LexiconLayerTag ENTRIES
public static final LexiconLayerTag POSTAGS
public static final LexiconLayerTag FREQUENCIES
public static final LexiconLayerTag SYLLABIFICATIONS
public static final LexiconLayerTag COOCCURRENCES
public static final LexiconLayerTag SYNONYMS
public static LexiconLayerTag[] values()
for (LexiconLayerTag c : LexiconLayerTag.values()) System.out.println(c);
public static LexiconLayerTag valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final String getXmlName()
public final Class<? extends LexiconLayer> getLayerClass()
public static LexiconLayerTag getFromXmlName(String xmlName)
public static List<LexiconLayerTag> orderedLayerTags()
public static LexiconLayerTag getFromClass(Class<? extends LexiconLayer> cl)
Copyright © 2013-2019 Department of Linguistics, Tübingen University. All Rights Reserved.