public interface AssayField extends ExportableField
Formatter
that is used to format the values that are
extracted before they are written to the file
Modifier and Type | Method and Description |
---|---|
java.util.Collection<?> |
getAssayValue(DbControl dc,
BioAssay assay)
Get the values for the given bioassay.
|
boolean |
isAnnotation()
A boolean flag indicating if the field is an annotation or not.
|
getFormatter, getTitle, getType
java.util.Collection<?> getAssayValue(DbControl dc, BioAssay assay)
dc
- The DbControl that is used for database accessassay
- The bioassay to get the value(s) fromboolean isAnnotation()