Public Member Functions | |
int | value () |
String | toString () |
Static Public Member Functions | |
TimeSystem | from_int (int value) |
Static Public Attributes | |
final int | _TSArray = 0 |
final TimeSystem | TSArray = new TimeSystem(_TSArray) |
final int | _TSTAI = 1 |
final TimeSystem | TSTAI = new TimeSystem(_TSTAI) |
final int | _TSUTC = 2 |
final TimeSystem | TSUTC = new TimeSystem(_TSUTC) |
Protected Member Functions | |
TimeSystem (int i) | |
Package Functions | |
java.lang.Object | readResolve () throws java.io.ObjectStreamException |
Private Attributes | |
int | value = -1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|