Skip to main content



      Home
Home » Modeling » Ecore Tools » How to set an class extended attribute
How to set an class extended attribute [message #757792] Mon, 21 November 2011 12:20
Eclipse UserFriend
Hi

I'm trying to set an attribute that is extended in the .ecore file. I have two classes, an abstract named link, and a classe that extends the link class. Just like these:

abstract class Link {
attr String label;
...
}

class SomeLink extends Link {
...
}

I want in some way to be able to make something like these:

class SomeLink extends Link {
label = 'Some';
}


What attribute properties must I have to do this?
Previous Topic:Proper API documentation in javadoc of generated classes
Next Topic:Ecore Diagram Manipulation
Goto Forum:
  


Current Time: Sat Jul 05 09:36:44 EDT 2025

Powered by FUDForum. Page generated in 0.05711 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top