Class SampleDataOnlyRowGenerator

  • All Implemented Interfaces:
    adams.core.CleanUpHandler, adams.core.Destroyable, adams.core.GlobalInfoSupporter, adams.core.logging.LoggingLevelHandler, adams.core.logging.LoggingSupporter, adams.core.option.OptionHandler, adams.core.ShallowCopySupporter<AbstractSpreadSheetRowGenerator>, adams.core.SizeOfHandler, Serializable, Comparable

    public class SampleDataOnlyRowGenerator
    extends AbstractSpreadSheetRowGenerator
    Outputs only sample data values.
    Author:
    FracPete (fracpete at waikato dot ac dot nz)
    See Also:
    Serialized Form
    • Field Detail

      • m_Fields

        protected adams.data.report.Field[] m_Fields
        fields to add to the output data.
    • Constructor Detail

      • SampleDataOnlyRowGenerator

        public SampleDataOnlyRowGenerator()
    • Method Detail

      • globalInfo

        public String globalInfo()
        Returns a string describing the object.
        Specified by:
        globalInfo in interface adams.core.GlobalInfoSupporter
        Specified by:
        globalInfo in class adams.core.option.AbstractOptionHandler
        Returns:
        a description suitable for displaying in the gui
      • defineOptions

        public void defineOptions()
        Adds options to the internal list of options.
        Specified by:
        defineOptions in interface adams.core.option.OptionHandler
        Overrides:
        defineOptions in class AbstractSpreadSheetRowGenerator
      • setFields

        public void setFields​(adams.data.report.Field[] value)
        Sets the fields to add.
        Parameters:
        value - the fields
      • getFields

        public adams.data.report.Field[] getFields()
        Returns the fields to add.
        Returns:
        the fields
      • fieldsTipText

        public 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.