Anyone have any ideas on how we might utilize the new Java 5 enumerator types? I really have no clear idea on how this might be achieved. I'm going to use enums in a new project, but I think I'll have a special function in the enum itself that will take a string/int or something and spit back the right value.
Right at the moment I cant see any clear way to use them otherwise. -Nick

