Package adams.core.io

Class AbstractFilenameGeneratorWithExtension

    • Field Detail

      • m_Extension

        protected String m_Extension
        the extension to use.
    • Constructor Detail

      • AbstractFilenameGeneratorWithExtension

        public AbstractFilenameGeneratorWithExtension()
    • Method Detail

      • setExtension

        public void setExtension​(String value)
        Sets the extension to use.
        Parameters:
        value - the extension (incl dot)
      • getExtension

        public String getExtension()
        Returns the extension in use.
        Returns:
        the extension (incl dot)
      • extensionTipText

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