private static enum FLExDocumentReader.Element extends Enum<FLExDocumentReader.Element>
Enum Constant and Description |
---|
DOCUMENT |
INTERLINEAR_TEXT |
ITEM |
LANGUAGE |
MORPH |
MORPHEMES |
PARAGRAPH |
PARAGRAPHS |
PHRASE |
PHRASES |
WORD |
WORDS |
Modifier and Type | Method and Description |
---|---|
static FLExDocumentReader.Element |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FLExDocumentReader.Element[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FLExDocumentReader.Element DOCUMENT
public static final FLExDocumentReader.Element INTERLINEAR_TEXT
public static final FLExDocumentReader.Element LANGUAGE
public static final FLExDocumentReader.Element PARAGRAPHS
public static final FLExDocumentReader.Element PARAGRAPH
public static final FLExDocumentReader.Element PHRASES
public static final FLExDocumentReader.Element PHRASE
public static final FLExDocumentReader.Element WORDS
public static final FLExDocumentReader.Element WORD
public static final FLExDocumentReader.Element MORPHEMES
public static final FLExDocumentReader.Element MORPH
public static final FLExDocumentReader.Element ITEM
public static FLExDocumentReader.Element[] values()
for (FLExDocumentReader.Element c : FLExDocumentReader.Element.values()) System.out.println(c);
public static FLExDocumentReader.Element 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 nullCopyright © 2011–2018 Humboldt-Universität zu Berlin. All rights reserved.