public enum ExperimentType extends Enum<ExperimentType> implements Enumeration
Enum Constant and Description |
---|
COLOCALIZATION |
ELECTROPHYSIOLOGY |
FISH |
FLUORESCENCELIFETIME |
FOURDPLUS |
FP |
FRET |
IMMUNOCYTOCHEMISTRY |
IMMUNOFLUORESCENCE |
IONIMAGING |
OTHER |
PGIDOCUMENTATION |
PHOTOBLEACHING |
SCREEN |
SPECTRALIMAGING |
SPIM |
TIMELAPSE |
Modifier and Type | Method and Description |
---|---|
static ExperimentType |
fromString(String value) |
String |
getValue() |
String |
toString() |
static ExperimentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExperimentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExperimentType FP
public static final ExperimentType FRET
public static final ExperimentType TIMELAPSE
public static final ExperimentType FOURDPLUS
public static final ExperimentType SCREEN
public static final ExperimentType IMMUNOCYTOCHEMISTRY
public static final ExperimentType IMMUNOFLUORESCENCE
public static final ExperimentType FISH
public static final ExperimentType ELECTROPHYSIOLOGY
public static final ExperimentType IONIMAGING
public static final ExperimentType COLOCALIZATION
public static final ExperimentType PGIDOCUMENTATION
public static final ExperimentType FLUORESCENCELIFETIME
public static final ExperimentType SPECTRALIMAGING
public static final ExperimentType PHOTOBLEACHING
public static final ExperimentType SPIM
public static final ExperimentType OTHER
public static ExperimentType[] values()
for (ExperimentType c : ExperimentType.values()) System.out.println(c);
public static ExperimentType 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 ExperimentType fromString(String value) throws EnumerationException
EnumerationException
public String getValue()
public String toString()
toString
in class Enum<ExperimentType>
Copyright © 2014 Open Microscopy Environment