In paragraph 4.4.5, page 117 of book "Eclipse Modeling Project", it is
said to create a reference textAttribute of type EAttribute.
I have some problems in trying to do so:
- If I load the runtime version of http://www.eclipse.org/emf/2002/Ecore
model in the resource set, I am not able to add a reference of type
EAttribute in the Tooltip class.
- If I load the development version of
http://www.eclipse.org/emf/2002/Ecore model in the resource set, I am able
to add textAttribute of type EAttribute. But then in the dynamic instance
of Tooltip(.xmi) I cannot choose "title:EString" from the list box next to
textAttribute.
What I am doing wrong ? Did I miss something ?