anyone tried to do this with a list of enums?? lets say i want to add a person with which is male and female so instead of private Sex sex; i would like: private List<Sex> sexs;
thanks, tibi celeraman+ wrote: > I will try my best to post a Wiki page under the Persistence Tutorial > section. > > By the way, a tiny revision about my previous post... > > where you read this: > private IdentidadeDocTipos tipo; > > please, read this: > private Sex sex; > > Best regards, > > celeraman+ > > > melinate wrote: > >> That looks pretty cool. Do you think you could add a Wiki page for this. >> It would be easier to find there if someone needed enums in their project. >> >> Thanks, >> Nathan >> >> >> > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
