Class ZestAssignGlobalVariable

    • Constructor Detail

      • ZestAssignGlobalVariable

        public ZestAssignGlobalVariable()
        Constructs a ZestAssignGlobalVariable with no target variable nor global variable.
      • ZestAssignGlobalVariable

        public ZestAssignGlobalVariable​(String variableName)
        Constructs a ZestAssignGlobalVariable with the given target variable.
        Parameters:
        variableName - the name of the variable where to assign the global variable, might be null.
      • ZestAssignGlobalVariable

        public ZestAssignGlobalVariable​(String variableName,
                                        String globalVariableName)
        Constructs a ZestAssignGlobalVariable with the given target variable and global variable.
        Parameters:
        variableName - the name of the variable where to assign the global variable, might be null.
        globalVariableName - the name of the global variable, might be null.
    • 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.