Package net.sf.basedb.core
Enum Class ReporterCloneBatcher.CloneSource
java.lang.Object
java.lang.Enum<ReporterCloneBatcher.CloneSource>
net.sf.basedb.core.ReporterCloneBatcher.CloneSource
- All Implemented Interfaces:
Serializable
,Comparable<ReporterCloneBatcher.CloneSource>
,Constable
- Enclosing class:
- ReporterCloneBatcher
Specifies which source table to use for finding out which reporters
that are part of the current experiment.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ReporterCloneBatcher.CloneSource[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
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.
-
-
Constructor Details
-
CloneSource
private CloneSource()
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-