public enum BundleAttributeNames extends Enum<BundleAttributeNames> implements AttributeName
DandelionDialect
when dealing with
Bundle
s.Modifier and Type | Method and Description |
---|---|
String |
getAttribute() |
static BundleAttributeNames |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BundleAttributeNames[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BundleAttributeNames INCLUDES
public static final BundleAttributeNames EXCLUDES
public static BundleAttributeNames[] values()
for (BundleAttributeNames c : BundleAttributeNames.values()) System.out.println(c);
public static BundleAttributeNames 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.