public enum DetectorType extends Enum<DetectorType> implements Enumeration
Enum Constant and Description |
---|
ANALOGVIDEO |
APD |
CCD |
CMOS |
CORRELATIONSPECTROSCOPY |
EBCCD |
EMCCD |
FTIR |
INTENSIFIEDCCD |
LIFETIMEIMAGING |
OTHER |
PHOTODIODE |
PMT |
SPECTROSCOPY |
Modifier and Type | Method and Description |
---|---|
static DetectorType |
fromString(String value) |
String |
getValue() |
String |
toString() |
static DetectorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DetectorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DetectorType CCD
public static final DetectorType INTENSIFIEDCCD
public static final DetectorType ANALOGVIDEO
public static final DetectorType PMT
public static final DetectorType PHOTODIODE
public static final DetectorType SPECTROSCOPY
public static final DetectorType LIFETIMEIMAGING
public static final DetectorType CORRELATIONSPECTROSCOPY
public static final DetectorType FTIR
public static final DetectorType EMCCD
public static final DetectorType APD
public static final DetectorType CMOS
public static final DetectorType EBCCD
public static final DetectorType OTHER
public static DetectorType[] values()
for (DetectorType c : DetectorType.values()) System.out.println(c);
public static DetectorType 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 DetectorType fromString(String value) throws EnumerationException
EnumerationException
public String getValue()
public String toString()
toString
in class Enum<DetectorType>
Copyright © 2014 Open Microscopy Environment