
Public Member Functions | |
| int | value () |
| String | toString () |
Static Public Member Functions | |
| static coordType | from_int (int value) |
Static Public Attributes | |
| static final int | _Mean = 0 |
| static final coordType | Mean = new coordType(_Mean) |
| static final int | _Apparent = 1 |
| static final coordType | Apparent = new coordType(_Apparent) |
Protected Member Functions | |
| coordType (int i) | |
Package Functions | |
| java.lang.Object | readResolve () throws java.io.ObjectStreamException |
Private Attributes | |
| int | value = -1 |
Generated from IDL definition of enum "coordType"
| alma::MOUNT_ACS::MountPackage::coordType::coordType | ( | int | i | ) | [inline, protected] |
References value().
| static coordType alma::MOUNT_ACS::MountPackage::coordType::from_int | ( | int | value | ) | [inline, static] |
References _Apparent, _Mean, Apparent, and Mean.
Referenced by alma::MOUNT_ACS::MountPackage::coordTypeHelper::read(), and readResolve().
| java.lang.Object alma::MOUNT_ACS::MountPackage::coordType::readResolve | ( | ) | throws java.io.ObjectStreamException [inline, package] |
References from_int(), and value().
| String alma::MOUNT_ACS::MountPackage::coordType::toString | ( | ) | [inline] |
| int alma::MOUNT_ACS::MountPackage::coordType::value | ( | ) | [inline] |
Referenced by coordType(), readResolve(), and toString().
final int alma::MOUNT_ACS::MountPackage::coordType::_Apparent = 1 [static] |
Referenced by from_int(), and toString().
final int alma::MOUNT_ACS::MountPackage::coordType::_Mean = 0 [static] |
Referenced by from_int(), and toString().
final coordType alma::MOUNT_ACS::MountPackage::coordType::Apparent = new coordType(_Apparent) [static] |
Referenced by from_int().
final coordType alma::MOUNT_ACS::MountPackage::coordType::Mean = new coordType(_Mean) [static] |
Referenced by from_int().
int alma::MOUNT_ACS::MountPackage::coordType::value = -1 [private] |
Referenced by alma::MOUNT_ACS::MountPackage::coordTypeHelper::write().
1.6.2