public static class Main.Status
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private boolean |
isExit |
private int |
status |
| Constructor and Description |
|---|
Status()
Creates a status object with 0 value and no explicit exit flag.
|
Status(int status)
Creates a status object with the specified value and with explicit
exit flag.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getStatus() |
boolean |
isExit() |
Status(int status)
status - The status value.Status()