Class ZestActionGlobalVariableSet

    • Constructor Detail

      • ZestActionGlobalVariableSet

        public ZestActionGlobalVariableSet()
      • ZestActionGlobalVariableSet

        public ZestActionGlobalVariableSet​(String globalVariableName,
                                           String value)
    • 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.
      • getValue

        public String getValue()
        Gets the value for the global variable.
        Returns:
        the value for the global variable, might be null.
      • setValue

        public void setValue​(String value)
        Sets the value for the global variable.
        Parameters:
        value - the value for 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