Class SetPropertyValue

    • Field Detail

      • m_Key

        protected String m_Key
        the key to set.
      • m_Value

        protected String m_Value
        the value to set.
    • Constructor Detail

      • SetPropertyValue

        public SetPropertyValue()
    • Method Detail

      • setKey

        public void setKey​(String value)
        Sets the key of the property to set.
        Parameters:
        value - the key
      • getKey

        public String getKey()
        Returns the key of the property to set.
        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.
      • setValue

        public void setValue​(String value)
        Sets the value of the property to set.
        Parameters:
        value - the value
      • getValue

        public String getValue()
        Returns the value of the property to set.
        Returns:
        the value
      • valueTipText

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

        public Class[] accepts()
        Returns the class that the consumer accepts.
        Returns:
        java.util.Properties.class
      • generates

        public Class[] generates()
        Returns the class of objects that it generates.
        Returns:
        java.util.Properties.class
      • doExecute

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