public static enum ReporterCloneBatcher.CloneSource extends java.lang.Enum<ReporterCloneBatcher.CloneSource>
Enum Constant and Description |
---|
AUTO
Select VIRTUAL if the experiment has position data in the virtual database,
otherwise the RAW options used.
|
RAW
Use the raw data for all raw bioassays in the experiment as the source for reporters.
|
VIRTUAL
Use the position-to-reporter mapping in the experiment.
|
Modifier and Type | Method and Description |
---|---|
static ReporterCloneBatcher.CloneSource |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReporterCloneBatcher.CloneSource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReporterCloneBatcher.CloneSource AUTO
public static final ReporterCloneBatcher.CloneSource RAW
public static final ReporterCloneBatcher.CloneSource VIRTUAL
public static ReporterCloneBatcher.CloneSource[] values()
for (ReporterCloneBatcher.CloneSource c : ReporterCloneBatcher.CloneSource.values()) System.out.println(c);
public static ReporterCloneBatcher.CloneSource valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is null