public static enum LabelEditingReporter.LabelStatus extends java.lang.Enum<LabelEditingReporter.LabelStatus>
JPhyloIOEventWriter
.Enum Constant and Description |
---|
EDITED
The label was edited to match the requirements of the target document.
|
NOT_FOUND
There is no entry for the specified element (probably it was not contained in the data to be written).
|
NOT_WRITTEN
The specified element was not written, because the target format does not support such elements.
|
UNCHANGED
The label was used unchanged in the target document.
|
Modifier and Type | Method and Description |
---|---|
static LabelEditingReporter.LabelStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LabelEditingReporter.LabelStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LabelEditingReporter.LabelStatus UNCHANGED
public static final LabelEditingReporter.LabelStatus EDITED
public static final LabelEditingReporter.LabelStatus NOT_WRITTEN
public static final LabelEditingReporter.LabelStatus NOT_FOUND
public static LabelEditingReporter.LabelStatus[] values()
for (LabelEditingReporter.LabelStatus c : LabelEditingReporter.LabelStatus.values()) System.out.println(c);
public static LabelEditingReporter.LabelStatus 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