public static enum SpanHTMLOutputter.Type extends Enum<SpanHTMLOutputter.Type>
| Enum Constant and Description |
|---|
ANNO_NAME |
CONSTANT |
EMPTY |
ESCAPED_VALUE |
HTML_TEMPLATE |
META_NAME |
VALUE |
| Modifier and Type | Method and Description |
|---|---|
static SpanHTMLOutputter.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpanHTMLOutputter.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpanHTMLOutputter.Type EMPTY
public static final SpanHTMLOutputter.Type VALUE
public static final SpanHTMLOutputter.Type ESCAPED_VALUE
public static final SpanHTMLOutputter.Type ANNO_NAME
public static final SpanHTMLOutputter.Type CONSTANT
public static final SpanHTMLOutputter.Type META_NAME
public static final SpanHTMLOutputter.Type HTML_TEMPLATE
public static SpanHTMLOutputter.Type[] values()
for (SpanHTMLOutputter.Type c : SpanHTMLOutputter.Type.values()) System.out.println(c);
public static SpanHTMLOutputter.Type 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 © 2021 Corpuslinguistic working group Humboldt University Berlin. All rights reserved.