Class GetEnvironmentVariable

    • Field Detail

      • m_Variable

        protected String m_Variable
        the variable to get.
      • m_Value

        protected String m_Value
        the value of the variable.
    • Constructor Detail

      • GetEnvironmentVariable

        public GetEnvironmentVariable()
    • Method Detail

      • setVariable

        public void setVariable​(String value)
        Sets the name of the property to set.
        Parameters:
        value - the name
      • getVariable

        public String getVariable()
        Returns the name of the property to set.
        Returns:
        the name
      • variableTipText

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

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

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