Class SpreadSheetStringColumnToBoolean

    • Field Detail

      • m_ValueTrue

        protected String m_ValueTrue
        the string to represent "true".
      • m_CaseInsensitive

        protected boolean m_CaseInsensitive
        whether to ignored case.
    • Constructor Detail

      • SpreadSheetStringColumnToBoolean

        public SpreadSheetStringColumnToBoolean()
    • Method Detail

      • setValueTrue

        public void setValueTrue​(String value)
        Sets the string representing 'true'.
        Parameters:
        value - the 'true' string
      • getValueTrue

        public String getValueTrue()
        Returns the string representing 'true'.
        Returns:
        the 'true' string
      • valueTrueTipText

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

        public void setCaseInsensitive​(boolean value)
        Sets whether to match strings case-sensitive.
        Parameters:
        value - true to match strings case-sensitive
      • getCaseInsensitive

        public boolean getCaseInsensitive()
        Returns whether to match strings case-sensitive.
        Returns:
        true if strings are matched case-sensitive
      • caseInsensitiveTipText

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