public static enum TargetSql.Tables extends Enum<TargetSql.Tables>
| Enum Constant and Description |
|---|
ABUNDLATE |
ACTAGE |
ASCC |
COOL |
DWARFTEFF |
ELODIE |
FGKTEFF |
FUNDAMENTAL |
GAIA |
GCRV |
GCS3 |
GCVS |
GIANTSTEFF |
HIP |
IRF |
LI |
MILES |
MK |
NHIP |
PASTEL |
SAO |
STROMGRENTEFF |
TEFF |
TYCHO2TEFF |
USCF |
VARS |
VSINI |
XHIPRV |
XHIPZ |
ZAGE |
ZTEFF |
| Modifier and Type | Field and Description |
|---|---|
(package private) double |
arcmin |
(package private) String |
tableid |
(package private) String |
teff |
(package private) TargetSql.Teff |
type |
(package private) String |
vizier |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getID() |
protected double |
getRadius() |
protected String |
getTeff() |
protected String |
getVizier() |
protected boolean |
islogTeff() |
protected boolean |
isTheta() |
static TargetSql.Tables |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TargetSql.Tables[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TargetSql.Tables MK
public static final TargetSql.Tables SAO
public static final TargetSql.Tables COOL
public static final TargetSql.Tables VSINI
public static final TargetSql.Tables GCS3
public static final TargetSql.Tables GCRV
public static final TargetSql.Tables VARS
public static final TargetSql.Tables GCVS
public static final TargetSql.Tables ASCC
public static final TargetSql.Tables HIP
public static final TargetSql.Tables FGKTEFF
public static final TargetSql.Tables GIANTSTEFF
public static final TargetSql.Tables MILES
public static final TargetSql.Tables USCF
public static final TargetSql.Tables LI
public static final TargetSql.Tables ELODIE
public static final TargetSql.Tables PASTEL
public static final TargetSql.Tables DWARFTEFF
public static final TargetSql.Tables STROMGRENTEFF
public static final TargetSql.Tables TEFF
public static final TargetSql.Tables IRF
public static final TargetSql.Tables TYCHO2TEFF
public static final TargetSql.Tables FUNDAMENTAL
public static final TargetSql.Tables ACTAGE
public static final TargetSql.Tables ZAGE
public static final TargetSql.Tables ZTEFF
public static final TargetSql.Tables ABUNDLATE
public static final TargetSql.Tables NHIP
public static final TargetSql.Tables GAIA
public static final TargetSql.Tables XHIPZ
public static final TargetSql.Tables XHIPRV
String vizier
String tableid
double arcmin
String teff
TargetSql.Teff type
public static TargetSql.Tables[] values()
for (TargetSql.Tables c : TargetSql.Tables.values()) System.out.println(c);
public static TargetSql.Tables valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullprotected String getVizier()
protected String getID()
protected double getRadius()
protected String getTeff()
protected boolean islogTeff()
protected boolean isTheta()