| [news.eclipse.modeling.m2m] Re: EMF Changeable problem |
Hi,
Thanks, Max
Ed Merks wrote:
Max,
If you make something unchangeable you should expect never to be able to change it. So generally it will be transient and likely will be derived, i.e., its value is computed from the value of something else. Perhaps you just want to suppress the setters from the API to make it difficult but not impossible for the user to change the value.