public static enum EventTimeTokenBasedAnnotator.OutputMode extends Enum<EventTimeTokenBasedAnnotator.OutputMode>
Enum Constant and Description |
---|
IndexTags |
NoTag |
PosSeq |
SingleTag |
Timeclass |
TimeclassPosSeq |
TokenSeq |
TokenTimeclass |
TokenTimeclassPosSeq |
Modifier and Type | Method and Description |
---|---|
static EventTimeTokenBasedAnnotator.OutputMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventTimeTokenBasedAnnotator.OutputMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventTimeTokenBasedAnnotator.OutputMode TokenSeq
public static final EventTimeTokenBasedAnnotator.OutputMode TokenTimeclass
public static final EventTimeTokenBasedAnnotator.OutputMode TokenTimeclassPosSeq
public static final EventTimeTokenBasedAnnotator.OutputMode Timeclass
public static final EventTimeTokenBasedAnnotator.OutputMode TimeclassPosSeq
public static final EventTimeTokenBasedAnnotator.OutputMode PosSeq
public static final EventTimeTokenBasedAnnotator.OutputMode SingleTag
public static final EventTimeTokenBasedAnnotator.OutputMode IndexTags
public static final EventTimeTokenBasedAnnotator.OutputMode NoTag
public static EventTimeTokenBasedAnnotator.OutputMode[] values()
for (EventTimeTokenBasedAnnotator.OutputMode c : EventTimeTokenBasedAnnotator.OutputMode.values()) System.out.println(c);
public static EventTimeTokenBasedAnnotator.OutputMode 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 © 2012-2017 The Apache Software Foundation. All Rights Reserved.