Modifier and Type | Field and Description |
---|---|
(package private) Problem |
Menu.probChoice
A
Problem type denoting which problem is currently selected. |
Modifier and Type | Method and Description |
---|---|
static Problem |
Problem.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Problem[] |
Problem.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
Problem.getNum(Problem probChoice)
Returns the current problem as a number
|