Class DeleteManyVariables

    • Field Detail

      • m_VariableNames

        protected List<VariableName> m_VariableNames
        the variable names.
    • Constructor Detail

      • DeleteManyVariables

        public DeleteManyVariables()
    • Method Detail

      • addVariableName

        public void addVariableName​(VariableName value)
        Adds the variable name.
        Parameters:
        value - the name to add
      • addVariableName

        public void addVariableName​(String value)
        Adds the variable name.
        Parameters:
        value - the name to add
      • setVariableNames

        public void setVariableNames​(VariableName[] value)
        Sets the variable names.
        Parameters:
        value - the names
      • getVariableNames

        public VariableName[] getVariableNames()
        Returns the variable names.
        Returns:
        the names
      • variableNamesTipText

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

        public boolean isUpdatingVariables()
        Returns whether variables are being updated.
        Specified by:
        isUpdatingVariables in interface VariableUpdater
        Returns:
        true if variables are updated
      • doExecute

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