public class StandardFieldConverter extends AbstractFieldConverter
Constructor and Description |
---|
StandardFieldConverter(DbControl dc,
BioAssaySet source)
Create a new standard field converter.
|
Modifier and Type | Method and Description |
---|---|
AssayField |
getAssayField(java.lang.String name,
boolean required)
Find an assay field.
|
DynamicField |
getReporterField(java.lang.String name,
boolean required)
Find a reporter dynamic field.
|
DynamicField |
getSpotField(java.lang.String name,
boolean required)
Find a spot dynamic field.
|
getAssayAnnotationField, getAssayPropertyField, getDbControl, getExperimentalFactorField, getExtraValueField, getFormulaField, getIntensityField, getRawDataProperty, getReporterProperty, getSnapshotManager, getSource, setSnapshotManager
public StandardFieldConverter(DbControl dc, BioAssaySet source)
dc
- A DbControl to use for database accesssource
- The source bioassay setpublic AssayField getAssayField(java.lang.String name, boolean required)
name
- The name to findrequired
- If TRUE and no field is found this method will
throw an ItemNotFoundExceptionpublic DynamicField getReporterField(java.lang.String name, boolean required)
name
- The name to findrequired
- If TRUE and no field is found this method will
throw an ItemNotFoundExceptionpublic DynamicField getSpotField(java.lang.String name, boolean required)
name
- The name to findrequired
- If TRUE and no field is found this method will
throw an ItemNotFoundException