Oops... looks like the spiders padded through here
Add products to your cart and remove them from here Lets buy| Enum Constant and Description |
|---|
AQUA |
BLACK |
BLUE |
DARK_AQUA |
DARK_BLUE |
DARK_GRAY |
DARK_GREEN |
DARK_PURPLE |
DARK_RED |
GRAY |
GREEN |
ORANGE |
PINK |
PURPLE |
RED |
UNDEFINED |
WHITE |
YELLOW |
| Modifier and Type | Method and Description |
|---|---|
static List<TeamColor> |
colors() |
String |
getFirstLetter() |
static TeamColor |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TeamColor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
getClass, notify, notifyAll, wait, wait, wait
public static final TeamColor RED
public static final TeamColor BLUE
public static final TeamColor GREEN
public static final TeamColor YELLOW
public static final TeamColor ORANGE
public static final TeamColor PINK
public static final TeamColor PURPLE
public static final TeamColor WHITE
public static final TeamColor AQUA
public static final TeamColor BLACK
public static final TeamColor DARK_BLUE
public static final TeamColor DARK_GREEN
public static final TeamColor DARK_AQUA
public static final TeamColor DARK_RED
public static final TeamColor DARK_PURPLE
public static final TeamColor GRAY
public static final TeamColor DARK_GRAY
public static final TeamColor UNDEFINED
public static TeamColor[] values()
for (TeamColor c : TeamColor.values()) System.out.println(c);
public static TeamColor 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 getFirstLetter()
public static List<TeamColor> colors()
Oops... looks like the spiders padded through here
Add products to your cart and remove them from here Lets buy