Is there a template or something for generating a switch statement for Java enum in Eclipse?
So that when I got an enum and I want to have a switch with all the values, I didn't have to write all it myself?
|
|
Is there a template or something for generating a switch statement for Java enum in Eclipse? So that when I got an enum and I want to have a switch with all the values, I didn't have to write all it myself?
|
||||||||||
|
|
|
The content assists in Eclipse 3.4 will help you write the code. Just type |
||
|
|
|
Not that I know about. I think that you'd have to write it yourself. I would be very surprised if you find this kind of template, because all the values in switch statement can do something totally different. I cannot see the way in which such template would work. I know this answer is not helping much... sorry :) |
||
|