JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Index
Help
SEARCH
Uses of Enum Class
de.firemage.autograder.span.Color
Uses of
Color
in
de.firemage.autograder.span
Methods in
de.firemage.autograder.span
that return
Color
Modifier and Type
Method
Description
static
Color
Color.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
Color
[]
Color.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.