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