Package adams.data.instances
Interface InstanceGeneratorWithFields
-
public interface InstanceGeneratorWithFields
Generators with fields.- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
fieldsTipText()
Returns the tip text for this property.adams.data.report.Field[]
getFields()
Returns the targets to add.void
setFields(adams.data.report.Field[] value)
Sets the targets to add.
-
-
-
Method Detail
-
setFields
void setFields(adams.data.report.Field[] value)
Sets the targets to add.- Parameters:
value
- the targets
-
getFields
adams.data.report.Field[] getFields()
Returns the targets to add.- Returns:
- the targets
-
fieldsTipText
String fieldsTipText()
Returns the tip text for this property.- Returns:
- tip text for this property suitable for displaying in the GUI or for listing the options.
-
-