public enum DashboardColor extends Enum<DashboardColor>
Modifier and Type | Method and Description |
---|---|
String |
getCssClass() |
static DashboardColor |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DashboardColor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DashboardColor GRAY
public static final DashboardColor BLUE
public static final DashboardColor GREEN
public static final DashboardColor YELLOW
public static final DashboardColor RED
public static DashboardColor[] values()
for (DashboardColor c : DashboardColor.values()) System.out.println(c);
public static DashboardColor 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 getCssClass()
Copyright © 2014 evolveum. All rights reserved.