public static enum AttributedBreadcrumb.Attribute extends java.lang.Enum<AttributedBreadcrumb.Attribute>
| Enum Constant and Description | 
|---|
BACKGROUND_COLOR
A color attribute representing the background color of the breadcrumb 
 | 
FOREGROUND_COLOR
A color attribute representing the foreground color of the breadcrumb 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Class | 
getType()  | 
static AttributedBreadcrumb.Attribute | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static AttributedBreadcrumb.Attribute[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final AttributedBreadcrumb.Attribute BACKGROUND_COLOR
public static final AttributedBreadcrumb.Attribute FOREGROUND_COLOR
public static AttributedBreadcrumb.Attribute[] values()
for (AttributedBreadcrumb.Attribute c : AttributedBreadcrumb.Attribute.values()) System.out.println(c);
public static AttributedBreadcrumb.Attribute valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.Class getType()