
Public Member Functions | |
| int | value () |
| String | toString () |
Static Public Member Functions | |
| static TimeSystem | from_int (int value) |
Static Public Attributes | |
| static final int | _TSArray = 0 |
| static final TimeSystem | TSArray = new TimeSystem(_TSArray) |
| static final int | _TSTAI = 1 |
| static final TimeSystem | TSTAI = new TimeSystem(_TSTAI) |
| static final int | _TSUTC = 2 |
| static 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 |
Generated from IDL definition of enum "TimeSystem"
| alma::acstime::TimeSystem::TimeSystem | ( | int | i | ) | [inline, protected] |
References value().
| static TimeSystem alma::acstime::TimeSystem::from_int | ( | int | value | ) | [inline, static] |
References _TSArray, _TSTAI, _TSUTC, TSArray, TSTAI, and TSUTC.
Referenced by alma::acstime::TimeSystemHelper::read(), and readResolve().
| java.lang.Object alma::acstime::TimeSystem::readResolve | ( | ) | throws java.io.ObjectStreamException [inline, package] |
References from_int(), and value().
| String alma::acstime::TimeSystem::toString | ( | ) | [inline] |
| int alma::acstime::TimeSystem::value | ( | ) | [inline] |
Referenced by readResolve(), TimeSystem(), and toString().
final int alma::acstime::TimeSystem::_TSArray = 0 [static] |
Referenced by from_int(), and toString().
final int alma::acstime::TimeSystem::_TSTAI = 1 [static] |
Referenced by from_int(), and toString().
final int alma::acstime::TimeSystem::_TSUTC = 2 [static] |
Referenced by from_int(), and toString().
final TimeSystem alma::acstime::TimeSystem::TSArray = new TimeSystem(_TSArray) [static] |
Referenced by from_int().
final TimeSystem alma::acstime::TimeSystem::TSTAI = new TimeSystem(_TSTAI) [static] |
Referenced by from_int().
final TimeSystem alma::acstime::TimeSystem::TSUTC = new TimeSystem(_TSUTC) [static] |
Referenced by from_int().
int alma::acstime::TimeSystem::value = -1 [private] |
Referenced by alma::acstime::TimeSystemHelper::write().
1.6.2