Has anybody explored using java 1.5 enum type for an EO's property?
Is there an easy way to do this?
For example, let's say I have a UserRequest EO and I wanted to have
the following statuses:
public enum Status { Draft, Ready, InProgress, Done };
How would the setStatus() and status() accessor methods should be
written and how should the property be setup in the eomodel?
Or should I stick with using an Integer property and hard code the
integer values for each status? :-)
Thanks,
Ricardo
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [email protected]