public static enum HipsSurvey.ObsRegime extends Enum<HipsSurvey.ObsRegime>
Enum Constant and Description |
---|
EUV |
GAMMA_RAY |
INFRARED |
MILLIMETER |
OPTICAL |
RADIO |
UV |
X_RAY |
Modifier and Type | Method and Description |
---|---|
static HipsSurvey.ObsRegime |
fromName(String txt)
Returns the ObsRegime instance corresponding exactly to
a given string.
|
String |
toString() |
static HipsSurvey.ObsRegime |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HipsSurvey.ObsRegime[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HipsSurvey.ObsRegime RADIO
public static final HipsSurvey.ObsRegime MILLIMETER
public static final HipsSurvey.ObsRegime INFRARED
public static final HipsSurvey.ObsRegime OPTICAL
public static final HipsSurvey.ObsRegime UV
public static final HipsSurvey.ObsRegime EUV
public static final HipsSurvey.ObsRegime X_RAY
public static final HipsSurvey.ObsRegime GAMMA_RAY
public static HipsSurvey.ObsRegime[] values()
for (HipsSurvey.ObsRegime c : HipsSurvey.ObsRegime.values()) System.out.println(c);
public static HipsSurvey.ObsRegime 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 nullpublic String toString()
toString
in class Enum<HipsSurvey.ObsRegime>
public static HipsSurvey.ObsRegime fromName(String txt)
txt
- regime nameCopyright © 2003-2025 CCLRC: Council for the Central Laboratory of the Research Councils. All Rights Reserved.