|
3.1.1: 2012-03-29 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.basedb.plugins.BaseFileExporterPlugin.ExtendedDynamicField
public static class BaseFileExporterPlugin.ExtendedDynamicField
| Field Summary | |
|---|---|
private String |
guiTitle
|
private String |
id
|
private DynamicField |
parent
|
private boolean |
reporterField
|
| Constructor Summary | |
|---|---|
BaseFileExporterPlugin.ExtendedDynamicField(String id,
boolean reporterField,
DynamicField parent)
|
|
BaseFileExporterPlugin.ExtendedDynamicField(String id,
String guiTitle,
boolean reporterField,
DynamicField parent)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
An extended dynamic field is equal to another field if their parent fields equal. |
Expression |
getExpression(DbControl dc,
DynamicQuery query,
BioAssaySet source,
boolean forAverage)
Get an expression that selects the data that should be exported. |
Formatter<?> |
getFormatter()
Get a formatter that converts the values in this field to strings. |
String |
getGuiTitle()
|
String |
getId()
|
String |
getTitle()
Get the column header. |
Type |
getType()
Get the data type of the field. |
int |
hashCode()
|
boolean |
isReporterField()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private final String id
private final DynamicField parent
private final String guiTitle
private final boolean reporterField
| Constructor Detail |
|---|
public BaseFileExporterPlugin.ExtendedDynamicField(String id,
boolean reporterField,
DynamicField parent)
public BaseFileExporterPlugin.ExtendedDynamicField(String id,
String guiTitle,
boolean reporterField,
DynamicField parent)
| Method Detail |
|---|
public Expression getExpression(DbControl dc,
DynamicQuery query,
BioAssaySet source,
boolean forAverage)
DynamicField
getExpression in interface DynamicFielddc - The DbControl that is used for database accessquery - The query the expression will be used withsource - The source bioassay setforAverage - TRUE if the expression should generate an
average of multiple values
public Formatter<?> getFormatter()
ExportableField
getFormatter in interface ExportableFieldpublic String getTitle()
ExportableField
getTitle in interface ExportableFieldpublic Type getType()
ExportableField
getType in interface ExportableFieldpublic boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String getId()
public String getGuiTitle()
public boolean isReporterField()
|
3.1.1: 2012-03-29 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||