Class RenameLabels

    • Field Detail

      • m_Key

        protected String m_Key
        the key in the meta-data containing the labels.
      • m_Lookup

        protected transient Map<String,​String> m_Lookup
        the lookup table.
    • Constructor Detail

      • RenameLabels

        public RenameLabels()
    • Method Detail

      • setKey

        public void setKey​(String value)
        Sets the key in the meta-data containing the label.
        Parameters:
        value - the key
      • getKey

        public String getKey()
        Returns the key in the meta-data containing the label.
        Returns:
        the key
      • keyTipText

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

        public void setRules​(BaseKeyValuePair[] value)
        Sets the rules for renaming the labels.
        Parameters:
        value - the rules
      • getRules

        public BaseKeyValuePair[] getRules()
        Returns the rules for renaming the labels.
        Returns:
        the rules
      • rulesTipText

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