187188189190191192193194
} } public void execute() { CaseExecutionVariableCmd command = new CaseExecutionVariableCmd(this); executeCommand(command); }
177178179180181182183184
throw new NotValidException("Cannot set and remove a variable with the same variable name: '"+variableName+"' within a command."); } } public void execute() { CaseExecutionVariableCmd command = new CaseExecutionVariableCmd(this); executeCommand(command); }