[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.emf] Re: Cannot serialize attribute editable

Balaji,

This sounds familiar.  It probably is not considered set and hence it isn't
serialized. Try setting it to a value different from the default.


Balaji wrote:

> I tried to save an EMF model. All the information gets saved except an
> attribute called editable.
> I have 3 classes A, B and C. B contains an attribute called editable and
> list of C's. The XMI file saved does not contain information regarding
> editable attribute. Is the word editable reserved by EMF and should not be
> used to represent any attribute?
>
> Thanks
> Balaji