public static enum SettingsHolder.MultiProbeHandling extends Enum<SettingsHolder.MultiProbeHandling>
Modifier and Type | Method and Description |
---|---|
static SettingsHolder.MultiProbeHandling |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SettingsHolder.MultiProbeHandling[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SettingsHolder.MultiProbeHandling BEST
public static final SettingsHolder.MultiProbeHandling MEAN
public static SettingsHolder.MultiProbeHandling[] values()
for (SettingsHolder.MultiProbeHandling c : SettingsHolder.MultiProbeHandling.values()) System.out.println(c);
public static SettingsHolder.MultiProbeHandling 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 nullCopyright © 2002-2013 UBC Centre for High-Throughput Biology. All Rights Reserved.