public enum Correction extends Enum<Correction> implements Enumeration
Enum Constant and Description |
---|
ACHRO |
ACHROMAT |
APO |
FL |
FLUAR |
FLUOR |
FLUOTAR |
NEOFLUAR |
OTHER |
PLANAPO |
PLANFLUOR |
PLANNEOFLUAR |
SUPERFLUOR |
UV |
VIOLETCORRECTED |
Modifier and Type | Method and Description |
---|---|
static Correction |
fromString(String value) |
String |
getValue() |
String |
toString() |
static Correction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Correction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Correction UV
public static final Correction PLANAPO
public static final Correction PLANFLUOR
public static final Correction SUPERFLUOR
public static final Correction VIOLETCORRECTED
public static final Correction ACHRO
public static final Correction ACHROMAT
public static final Correction FLUOR
public static final Correction FL
public static final Correction FLUAR
public static final Correction NEOFLUAR
public static final Correction FLUOTAR
public static final Correction APO
public static final Correction PLANNEOFLUAR
public static final Correction OTHER
private final String value
public static Correction[] values()
for (Correction c : Correction.values()) System.out.println(c);
public static Correction 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 static Correction fromString(String value) throws EnumerationException
EnumerationException
public String getValue()
public String toString()
toString
in class Enum<Correction>
Copyright © 2015 Open Microscopy Environment