public static enum ResourceMutateVisitor.Tags extends Enum<ResourceMutateVisitor.Tags>
| Enum Constant and Description |
|---|
ALL_RESOURCES |
EMBEDDED_IMAGES |
SCRIPT |
STYLESHEET |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getResourceTags() |
static ResourceMutateVisitor.Tags |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceMutateVisitor.Tags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceMutateVisitor.Tags SCRIPT
public static final ResourceMutateVisitor.Tags STYLESHEET
public static final ResourceMutateVisitor.Tags EMBEDDED_IMAGES
public static final ResourceMutateVisitor.Tags ALL_RESOURCES
public static ResourceMutateVisitor.Tags[] values()
for (ResourceMutateVisitor.Tags c : ResourceMutateVisitor.Tags.values()) System.out.println(c);
public static ResourceMutateVisitor.Tags 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 © 2007-2012. All Rights Reserved.