de.unihd.dbs.uima.annotator.heideltime
public static enum ProcessorManager.Priority extends java.lang.Enum<ProcessorManager.Priority>
Enum Constant and Description |
---|
ARBITRARY |
POSTPROCESSING |
PREPROCESSING |
Modifier and Type | Method and Description |
---|---|
static ProcessorManager.Priority |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProcessorManager.Priority[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProcessorManager.Priority PREPROCESSING
public static final ProcessorManager.Priority POSTPROCESSING
public static final ProcessorManager.Priority ARBITRARY
public static ProcessorManager.Priority[] values()
for (ProcessorManager.Priority c : ProcessorManager.Priority.values()) System.out.println(c);
public static ProcessorManager.Priority valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is null