| Package | Description |
|---|---|
| chassis |
| Modifier and Type | Field and Description |
|---|---|
static Main.DemoState |
Main.demo |
| Modifier and Type | Method and Description |
|---|---|
private static Main.DemoState |
Main.stateSelect()
Creates menu to select a demo state
|
static Main.DemoState |
Main.DemoState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Main.DemoState[] |
Main.DemoState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|