Class ReportField

    • Field Detail

      • m_Field

        protected Field m_Field
        the report field.
    • Constructor Detail

      • ReportField

        public ReportField()
    • Method Detail

      • setField

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

        public Field getField()
        Returns the field to get the group from.
        Returns:
        the field
      • fieldTipText

        public String fieldTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • handles

        public boolean handles​(Object obj)
        Checks whether the data type is handled.
        Parameters:
        obj - the object to check
        Returns:
        true if handled
      • doExtractID

        protected String doExtractID​(Object obj)
        Extracts the ID from the object.
        Specified by:
        doExtractID in class AbstractIDExtractor
        Parameters:
        obj - the multi-spectrum to process
        Returns:
        the extracted ID, null if failed to extract or not handled