Class ZestActionGlobalVariableRemove

    • Constructor Detail

      • ZestActionGlobalVariableRemove

        public ZestActionGlobalVariableRemove()
      • ZestActionGlobalVariableRemove

        public ZestActionGlobalVariableRemove​(String globalVariableName)
    • Method Detail

      • getGlobalVariableName

        public String getGlobalVariableName()
        Gets the name of the global variable.
        Returns:
        the name of the global variable, might be null.
      • setGlobalVariableName

        public void setGlobalVariableName​(String globalVariableName)
        Sets the name of the global variable.
        Parameters:
        globalVariableName - the name of the global variable.
      • isPassive

        public boolean isPassive()
        Description copied from class: ZestStatement
        Checks if is passive.
        Specified by:
        isPassive in class ZestStatement
        Returns:
        true, if is passive