Public Member Functions | |
int | value () |
String | toString () |
Static Public Member Functions | |
Severity | from_int (int value) |
Static Public Attributes | |
final int | _Error = 0 |
final Severity | Error = new Severity(_Error) |
final int | _Critical = 1 |
final Severity | Critical = new Severity(_Critical) |
final int | _Alert = 2 |
final Severity | Alert = new Severity(_Alert) |
final int | _Emergency = 3 |
final Severity | Emergency = new Severity(_Emergency) |
Protected Member Functions | |
Severity (int i) | |
Package Functions | |
java.lang.Object | readResolve () throws java.io.ObjectStreamException |
Private Attributes | |
int | value = -1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|