public enum AssetAttributeNames extends Enum<AssetAttributeNames> implements AttributeName
DandelionDialect
when dealing with
Asset
.Enum Constant and Description |
---|
CSS_EXCLUDES |
JS_EXCLUDES |
Modifier and Type | Method and Description |
---|---|
String |
getAttribute() |
static AssetAttributeNames |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssetAttributeNames[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AssetAttributeNames JS_EXCLUDES
public static final AssetAttributeNames CSS_EXCLUDES
public static AssetAttributeNames[] values()
for (AssetAttributeNames c : AssetAttributeNames.values()) System.out.println(c);
public static AssetAttributeNames 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 nullpublic String getAttribute()
getAttribute
in interface AttributeName
Copyright © 2013-2015 Dandelion Project. All Rights Reserved.