Class StringMatrixToSpreadSheet

    • Field Detail

      • m_ForceString

        protected boolean m_ForceString
        whether to set value as string.
    • Constructor Detail

      • StringMatrixToSpreadSheet

        public StringMatrixToSpreadSheet()
    • Method Detail

      • setForceString

        public void setForceString​(boolean value)
        Sets whether to force setting the value as string even if it resembles a number.
        Parameters:
        value - true if to force string
      • getForceString

        public boolean getForceString()
        Returns whether to force setting the value as string even if it resembles a number.
        Returns:
        true if string type is enforced
      • forceStringTipText

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