Posted By:
shai_bentin
Posted On:
Tuesday, July 29, 2003 09:10 AM
Here is a description of a situation that I'm sure is tackled somewhere.
Say i have a class with a status attribute. I wan't that the status attributes' value will only be one of a list of String values.
Is there a pattern that deals with this or is this something which I have to write my self in the object? (I have an idea of how to do this)