Class UnQuote

    • Field Detail

      • m_QuoteType

        protected Quote.QuoteType m_QuoteType
        the quote type to use.
      • m_DoubleUp

        protected boolean m_DoubleUp
        whether to double up internal quotes rather than escaping them with backslashes.
    • Constructor Detail

      • UnQuote

        public UnQuote()
    • Method Detail

      • setQuoteType

        public void setQuoteType​(Quote.QuoteType value)
        Sets the type of quote to use.
        Parameters:
        value - the type
      • getQuoteType

        public Quote.QuoteType getQuoteType()
        Returns the type of quote to use.
        Returns:
        the type
      • quoteTypeTipText

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

        public void setDoubleUp​(boolean value)
        Sets whether to un-double up internal quotes rather than un-escaping with backslash.
        Parameters:
        value - true if to double up
      • getDoubleUp

        public boolean getDoubleUp()
        Returns whether to un-double up internal quotes rather than un-escaping with backslash.
        Returns:
        true if to double up
      • doubleUpTipText

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