| Enum Values | ||
|---|---|---|
| Status | OK | OK |
| Status | ERROR | Error |
| Status | FATAL | Fatal error, this is caused by system or hardware. |
| Public Methods | |
|---|---|
| static Status[] | values() |
| static Status | valueOf(java.lang.String name) |
| static Status |
valueOf(int value)
Returns the enum constant of this type with the specified int value. |
| int |
value()
Returns the int value that the enum constant has. |
OK
Error
Fatal error, this is caused by system or hardware.
| name |
|---|
Returns the enum constant of this type with the specified int value.
| value |
|---|
Returns the int value that the enum constant has.
This is a list of constants for debugging and error reporting purposes.