Class GetReportValue

    • Constructor Detail

      • GetReportValue

        public GetReportValue()
        Default constructor.
      • GetReportValue

        public GetReportValue​(Field field)
        Constructor with field.
        Parameters:
        field - the field to use
      • GetReportValue

        public GetReportValue​(Field field,
                              Conversion conversion)
        Constructor with field and conversion.
        Parameters:
        field - the field to use
        conversion - the conversion to use
    • Method Detail

      • setField

        public void setField​(Field value)
        Sets the field to retrieve from the report.
        Parameters:
        value - the field
      • getField

        public Field getField()
        Returns the field to retrieve from the report.
        Returns:
        the field
      • fieldTipText

        public String fieldTipText()
        Returns the tip text for this property.
        Specified by:
        fieldTipText in class AbstractGetReportValue
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.