|
3.1.2: 2012-07-31 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ReporterCloneBatcher.CloneSource>
net.sf.basedb.core.ReporterCloneBatcher.CloneSource
public static enum ReporterCloneBatcher.CloneSource
Specifies which source table to use for finding out which reporters that are part of the current experiment.
Enum Constant Summary | |
---|---|
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. |
Method Summary | |
---|---|
static ReporterCloneBatcher.CloneSource |
valueOf(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. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ReporterCloneBatcher.CloneSource AUTO
public static final ReporterCloneBatcher.CloneSource RAW
public static final ReporterCloneBatcher.CloneSource VIRTUAL
Method Detail |
---|
public static ReporterCloneBatcher.CloneSource[] values()
for (ReporterCloneBatcher.CloneSource c : ReporterCloneBatcher.CloneSource.values()) System.out.println(c);
public static ReporterCloneBatcher.CloneSource valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
3.1.2: 2012-07-31 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |