Hello, this is my first thread.
I need help for a GMF application.
In my model, i´ve a enumeration of basictypes (int,byte, float, double, ...)
and this enumeration is attribute for a EClass. I´d like want to this
enumeration grow up with new values for the enumeration when a create in the
RCP diagram new types.
I´ve search in the news, but i haven´t found anything.
Only i´ve look on the UML based on GMF, and i´ve seen that it´s possible,
because when it create new class, this class can be a new type for another
class´attribute.