
Public Member Functions | |
| int | value () |
| String | toString () |
Static Public Member Functions | |
| TemperatureStatus | from_int (int value) |
Static Public Attributes | |
| final int | _OVERREF = 0 |
| final TemperatureStatus | OVERREF = new TemperatureStatus(_OVERREF) |
| final int | _ATREF = 1 |
| final TemperatureStatus | ATREF = new TemperatureStatus(_ATREF) |
| final int | _BELOWREF = 2 |
| final TemperatureStatus | BELOWREF = new TemperatureStatus(_BELOWREF) |
Protected Member Functions | |
| TemperatureStatus (int i) | |
Package Functions | |
| java.lang.Object | readResolve () throws java.io.ObjectStreamException |
Private Attributes | |
| int | value = -1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.8