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