eu.clarin.weblicht.wlfxb.tc.xb
Enum TextCorpusLayerTag

java.lang.Object
  extended by java.lang.Enum<TextCorpusLayerTag>
      extended by eu.clarin.weblicht.wlfxb.tc.xb.TextCorpusLayerTag
All Implemented Interfaces:
Serializable, Comparable<TextCorpusLayerTag>

public enum TextCorpusLayerTag
extends Enum<TextCorpusLayerTag>


Enum Constant Summary
ANTONYMY
           
CORPUS_MATCHES
           
DISCOURSE_CONNECTIVES
           
GEO
           
HYPERONYMY
           
HYPONYMY
           
LEMMAS
           
MORPHOLOGY
           
NAMED_ENTITIES
           
ORTHOGRAPHY
           
PARSING_CONSTITUENT
           
PARSING_DEPENDENCY
           
PHONETICS
           
POSTAGS
           
REFERENCES
           
RELATIONS
          Deprecated. 
SENTENCES
           
SYNONYMY
           
TEXT
           
TEXT_STRUCTURE
           
TOKENS
           
WORD_SENSES
           
WORD_SPLITTINGS
           
 
Method Summary
static TextCorpusLayerTag getFromClass(Class<? extends TextCorpusLayer> cl)
           
static TextCorpusLayerTag getFromXmlName(String xmlName)
           
 Class<? extends TextCorpusLayer> getLayerClass()
           
 String getXmlName()
           
static List<TextCorpusLayerTag> orderedLayerTags()
           
static TextCorpusLayerTag valueOf(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()
           
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

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

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

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
Method Detail

values

public static TextCorpusLayerTag[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (TextCorpusLayerTag c : TextCorpusLayerTag.values())
    System.out.println(c);

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 name
NullPointerException - 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()


Copyright © 2013-2014 Department of Linguistics, Tübingen University. All Rights Reserved.