Hi Michael!
> Instead of ordinalToEnum() you
> could do:
> return (Enum) enumType.getEnumConstants()[ordinal];
>   
Thanks for the tip, I changed our converter to use getEnumConstants()
now, though, did you have a look at its implementation? I'd say "butt
ugly" ;-)

Ciao,
Mario

Reply via email to