public enum TEICounters extends java.lang.Enum<TEICounters>
| Enum Constant and Description |
|---|
CITATION_FIGURE_REF_MARKER_MISSED_SUBSTITUTION |
CITATION_FIGURE_REF_MARKER_SUBSTITUTED |
TEI_POSITION_REF_MARKERS_OFFSET_TOO_LARGE |
TEI_POSITION_REF_MARKERS_TOK_NOT_FOUND |
| Modifier and Type | Method and Description |
|---|---|
static TEICounters |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TEICounters[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TEICounters CITATION_FIGURE_REF_MARKER_MISSED_SUBSTITUTION
public static final TEICounters TEI_POSITION_REF_MARKERS_OFFSET_TOO_LARGE
public static final TEICounters TEI_POSITION_REF_MARKERS_TOK_NOT_FOUND
public static final TEICounters CITATION_FIGURE_REF_MARKER_SUBSTITUTED
public static TEICounters[] values()
for (TEICounters c : TEICounters.values()) System.out.println(c);
public static TEICounters 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