Yes, the wire is the assignment operator.
Inside of each case, put a constant value that you want to assign to the variable. Wire the constant to the edge of the case statement, and it becomes an ouput. Then wire the output to the variable you want to assign the values to.
Note that every case must assign a value to the output of the case statement.