public static enum TagReporter.ReportColumns extends Enum<TagReporter.ReportColumns>
| Enum Constant and Description |
|---|
REFERENCE_COUNT |
REFERENCES |
STATUS |
TAG_ID |
TAG_TITLE |
| Modifier and Type | Method and Description |
|---|---|
static TagReporter.ReportColumns |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TagReporter.ReportColumns[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TagReporter.ReportColumns REFERENCE_COUNT
public static final TagReporter.ReportColumns REFERENCES
public static final TagReporter.ReportColumns STATUS
public static final TagReporter.ReportColumns TAG_ID
public static final TagReporter.ReportColumns TAG_TITLE
public static TagReporter.ReportColumns[] values()
for (TagReporter.ReportColumns c : TagReporter.ReportColumns.values()) System.out.println(c);
public static TagReporter.ReportColumns 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–2020 Adobe. All rights reserved.