|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.raben.telescope.comm.TelescopeModel
Ordinal-based typesafe enum of Telescope Models
| Field Summary | |
static TelescopeModel |
CELESTRON
Define generic Celestron telescope, software will try to identify model |
static TelescopeModel |
CELESTRON_ASC
Define Celestron Advanced Serices |
static TelescopeModel |
CELESTRON_CGE
Define Celestron CGE |
static TelescopeModel |
CELESTRON_NEXSTAR_5_8
Define Nexstar 8 |
static TelescopeModel |
CELESTRON_NEXSTAR_5I_8I
Define Nexstar 5i |
static TelescopeModel |
CELESTRON_NEXSTAR_GPS
Define Nexstar GPS |
static TelescopeModel |
CELESTRON_NEXSTAR_GT
Define Nexstar GT |
static TelescopeModel |
CELESTRON_NEXSTAR_OGT
Define original Nexstar GT |
static TelescopeModel |
MEADE
Define generic Meade telescope, software will try to identify model |
static TelescopeModel |
MEADE_AUTOSTAR
Define Meade Autostar |
static TelescopeModel |
MEADE_LX200
Define Meade LX-200 < 16" |
static TelescopeModel |
MEADE_LX200_16
Define Mead LX200 16" |
static TelescopeModel |
MEADE_LX200_GPS
Define Mead LX200 GPS |
static java.util.List |
VALUES
List of telescope models |
| Method Summary | |
int |
compareTo(java.lang.Object obj)
Compare TelescopeModels |
static TelescopeModel |
fromString(java.lang.String modelName)
Get TelescopeModel from model name |
java.lang.String |
toString()
Return name of TelescopeModel |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final TelescopeModel CELESTRON
public static final TelescopeModel CELESTRON_ASC
public static final TelescopeModel CELESTRON_CGE
public static final TelescopeModel CELESTRON_NEXSTAR_5I_8I
public static final TelescopeModel CELESTRON_NEXSTAR_5_8
public static final TelescopeModel CELESTRON_NEXSTAR_GPS
public static final TelescopeModel CELESTRON_NEXSTAR_GT
public static final TelescopeModel CELESTRON_NEXSTAR_OGT
public static final TelescopeModel MEADE
public static final TelescopeModel MEADE_AUTOSTAR
public static final TelescopeModel MEADE_LX200
public static final TelescopeModel MEADE_LX200_16
public static final TelescopeModel MEADE_LX200_GPS
public static final java.util.List VALUES
| Method Detail |
public int compareTo(java.lang.Object obj)
compareTo in interface java.lang.Comparableobj - TelescopeModel to compare
public java.lang.String toString()
toString in class java.lang.Objectpublic static TelescopeModel fromString(java.lang.String modelName)
modelName - of telescope
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||