public enum TextSpanType extends Enum<TextSpanType>
| Enum Constant and Description |
|---|
article |
chapter |
citation |
footnote |
line |
note |
other |
page |
paragraph |
reference |
title |
| Modifier and Type | Method and Description |
|---|---|
static TextSpanType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextSpanType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TextSpanType page
public static final TextSpanType line
public static final TextSpanType paragraph
public static final TextSpanType chapter
public static final TextSpanType title
public static final TextSpanType article
public static final TextSpanType note
public static final TextSpanType footnote
public static final TextSpanType reference
public static final TextSpanType citation
public static final TextSpanType other
public static TextSpanType[] values()
for (TextSpanType c : TextSpanType.values()) System.out.println(c);
public static TextSpanType 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 © 2013-2019 Department of Linguistics, Tübingen University. All Rights Reserved.