2.12.0: 2009-05-27

net.sf.basedb.util.export.spotdata
Interface ExportableField

All Known Subinterfaces:
AssayField, DynamicField
All Known Implementing Classes:
AnnotationAssayField, BaseFileExporterPlugin.ExtendedDynamicField, JepDynamicField, SimpleDynamicField

public interface ExportableField

Interface that represents an exportable field.

Version:
2.12
Author:
Nicklas
Last modified
$Date: 2009-05-08 13:30:36 +0200 (Fri, 08 May 2009) $

Method Summary
 Formatter<?> getFormatter()
          Get a formatter that converts the values in this field to strings.
 String getTitle()
          Get the column header.
 

Method Detail

getTitle

String getTitle()
Get the column header.


getFormatter

Formatter<?> getFormatter()
Get a formatter that converts the values in this field to strings.

Returns:
A formatter or null to use default formatting (normally this means calling the toString() method).

2.12.0: 2009-05-27