Public Member Functions | |
int | value () |
String | toString () |
Static Public Member Functions | |
StateEnum | from_int (int value) |
Static Public Attributes | |
final int | _Late = 0 |
final StateEnum | Late = new StateEnum(_Late) |
final int | _UpToDate = 1 |
final StateEnum | UpToDate = new StateEnum(_UpToDate) |
Protected Member Functions | |
StateEnum (int i) | |
Package Functions | |
java.lang.Object | readResolve () throws java.io.ObjectStreamException |
Private Attributes | |
int | value = -1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|