[Proposal] Add enum basetype and convertor to Woody

2003-11-06 Thread Ugo Cei
I'd like to add an enum basetype and enum convertor to Woody. Those would work with types implementing Joshua Bloch's typesafe enum pattern [1]. The reason for this is as follows: when representing business entities with Java objects, I always try to assign a significant type to fields that

Re: [Proposal] Add enum basetype and convertor to Woody

2003-11-06 Thread Ugo Cei
Ugo Cei wrote: I'd like to add an enum basetype and enum convertor to Woody. Those would work with types implementing Joshua Bloch's typesafe enum pattern [1]. OK, since I had a little time on my hands, I went ahead and committed a first implementation. Basically, it works, but relies on the