Sorry, there is no support for this.
Then again, CASE expressions with that many conditions suggests that your design is the best. Looking at your example, a much better solution is to have a lookup table States with two columns, Code and Name. If you go that route, you may no longer desire to have the line number.