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