Package adams.data.instances
Interface InstanceGeneratorWithFields
-
public interface InstanceGeneratorWithFieldsGenerators with fields.- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringfieldsTipText()Returns the tip text for this property.Field[]getFields()Returns the targets to add.voidsetFields(Field[] value)Sets the targets to add.
-
-
-
Method Detail
-
setFields
void setFields(Field[] value)
Sets the targets to add.- Parameters:
value- the targets
-
getFields
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.
-
-