Package eu.clarin.weblicht.wlfxb.tc.xb
Enum TextCorpusLayerTag
- java.lang.Object
-
- java.lang.Enum<TextCorpusLayerTag>
-
- eu.clarin.weblicht.wlfxb.tc.xb.TextCorpusLayerTag
-
- All Implemented Interfaces:
Serializable,Comparable<TextCorpusLayerTag>,java.lang.constant.Constable
public enum TextCorpusLayerTag extends Enum<TextCorpusLayerTag>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ANTONYMYCHUNKSCORPUS_MATCHESDISCOURSE_CONNECTIVESGEOHYPERONYMYHYPONYMYLEMMASMORPHOLOGYNAMED_ENTITIESORTHOGRAPHYPARSING_CONSTITUENTPARSING_DEPENDENCYPHONETICSPOSTAGSREFERENCESRELATIONSDeprecated.SENTENCESSYNONYMYTEXTTEXT_SOURCETEXT_STRUCTURETOKENSTOPOLOGICAL_FIELDSWORD_SENSESWORD_SPLITTINGS
-
Method Summary
Modifier and Type Method Description static TextCorpusLayerTaggetFromClass(Class<? extends TextCorpusLayer> cl)static TextCorpusLayerTaggetFromXmlName(String xmlName)Class<? extends TextCorpusLayer>getLayerClass()StringgetXmlName()static List<TextCorpusLayerTag>orderedLayerTags()static TextCorpusLayerTagvalueOf(String name)Returns the enum constant of this type with the specified name.static TextCorpusLayerTag[]values()Returns an array containing the constants of this enum type, in the order they are declared.EnumSet<TextCorpusLayerTag>withDependentLayers()
-
-
-
Enum Constant Detail
-
TEXT
public static final TextCorpusLayerTag TEXT
-
TOKENS
public static final TextCorpusLayerTag TOKENS
-
SENTENCES
public static final TextCorpusLayerTag SENTENCES
-
LEMMAS
public static final TextCorpusLayerTag LEMMAS
-
POSTAGS
public static final TextCorpusLayerTag POSTAGS
-
TOPOLOGICAL_FIELDS
public static final TextCorpusLayerTag TOPOLOGICAL_FIELDS
-
MORPHOLOGY
public static final TextCorpusLayerTag MORPHOLOGY
-
PARSING_CONSTITUENT
public static final TextCorpusLayerTag PARSING_CONSTITUENT
-
PARSING_DEPENDENCY
public static final TextCorpusLayerTag PARSING_DEPENDENCY
-
RELATIONS
@Deprecated public static final TextCorpusLayerTag RELATIONS
Deprecated.
-
NAMED_ENTITIES
public static final TextCorpusLayerTag NAMED_ENTITIES
-
CHUNKS
public static final TextCorpusLayerTag CHUNKS
-
REFERENCES
public static final TextCorpusLayerTag REFERENCES
-
SYNONYMY
public static final TextCorpusLayerTag SYNONYMY
-
ANTONYMY
public static final TextCorpusLayerTag ANTONYMY
-
HYPONYMY
public static final TextCorpusLayerTag HYPONYMY
-
HYPERONYMY
public static final TextCorpusLayerTag HYPERONYMY
-
WORD_SPLITTINGS
public static final TextCorpusLayerTag WORD_SPLITTINGS
-
PHONETICS
public static final TextCorpusLayerTag PHONETICS
-
GEO
public static final TextCorpusLayerTag GEO
-
ORTHOGRAPHY
public static final TextCorpusLayerTag ORTHOGRAPHY
-
TEXT_STRUCTURE
public static final TextCorpusLayerTag TEXT_STRUCTURE
-
DISCOURSE_CONNECTIVES
public static final TextCorpusLayerTag DISCOURSE_CONNECTIVES
-
WORD_SENSES
public static final TextCorpusLayerTag WORD_SENSES
-
CORPUS_MATCHES
public static final TextCorpusLayerTag CORPUS_MATCHES
-
TEXT_SOURCE
public static final TextCorpusLayerTag TEXT_SOURCE
-
-
Method Detail
-
values
public static TextCorpusLayerTag[] values()
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static TextCorpusLayerTag valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getXmlName
public final String getXmlName()
-
getLayerClass
public final Class<? extends TextCorpusLayer> getLayerClass()
-
getFromXmlName
public static TextCorpusLayerTag getFromXmlName(String xmlName)
-
orderedLayerTags
public static List<TextCorpusLayerTag> orderedLayerTags()
-
getFromClass
public static TextCorpusLayerTag getFromClass(Class<? extends TextCorpusLayer> cl)
-
withDependentLayers
public EnumSet<TextCorpusLayerTag> withDependentLayers()
-
-