|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AssayField
Represents a bioassay field that is going to be exported. An implementation needs to provide the following information and services:
Formatter
that is used to format the values that are
extracted before they are written to the file
Method Summary | |
---|---|
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. |
Methods inherited from interface net.sf.basedb.util.export.spotdata.ExportableField |
---|
getFormatter, getTitle, getType |
Method Detail |
---|
Collection<?> getAssayValue(DbControl dc, BioAssay assay)
dc
- The DbControl that is used for database accessassay
- The bioassay to get the value(s) from
boolean isAnnotation()
|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |