Class ExtraValueType

java.lang.Object
net.sf.basedb.core.BasicItem
net.sf.basedb.core.ExtraValueType
All Implemented Interfaces:
AccessControlled, Identifiable, Nameable, Registered, Removable

public class ExtraValueType
extends BasicItem
implements Nameable, Removable, Registered
Defines extra values that can be calculated by plugins or some other application and inserted as part of a BioAssaySet. All extra value types must have a unique external id that is used for identification.

Currently only extra values of Type.INT, Type.FLOAT and Type.STRING are supported.

Version:
2.0
Author:
Nicklas
See Also:
ExtraValue, BioAssaySet.getSpotExtraValueBatcher(Class, ExtraValueType, Job), BioAssaySet.getPositionExtraValueBatcher(Class, ExtraValueType, Job)
Last modified
$Date: 2017-05-22 14:35:27 +0200 (må, 22 maj 2017) $