|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.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 DynamicField
dc
- 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 ExportableField
public String getTitle()
ExportableField
getTitle
in interface ExportableField
public Type getType()
ExportableField
getType
in interface ExportableField
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String getId()
public String getGuiTitle()
public boolean isReporterField()
|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |