Class SpreadSheetColumnsByName

    • Field Detail

      • m_RegExp

        protected BaseRegExp m_RegExp
        the regular expression to match the column names against.
      • m_InvertMatching

        protected boolean m_InvertMatching
        whether to invert the matching.
    • Constructor Detail

      • SpreadSheetColumnsByName

        public SpreadSheetColumnsByName()
    • Method Detail

      • setRegExp

        public void setRegExp​(BaseRegExp value)
        Sets the regular expression to use for matching column names.
        Parameters:
        value - the regular expression
      • getRegExp

        public BaseRegExp getRegExp()
        Returns the regular expression to use for matching column names.
        Returns:
        the regular expression
      • regExpTipText

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

        public void setInvertMatching​(boolean value)
        Sets the whether to invert the matching.
        Parameters:
        value - if true the matching is inverted
      • getInvertMatching

        public boolean getInvertMatching()
        Returns whether to invert the matching.
        Returns:
        true if the matching is inverted
      • invertMatchingTipText

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

        protected String doExecute()
        Executes the flow item.
        Specified by:
        doExecute in class AbstractActor
        Returns:
        null if everything is fine, otherwise error message