Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF » Does merging re-gen support not overwriting interfaces added to the generated classes?
Does merging re-gen support not overwriting interfaces added to the generated classes? [message #426124] Wed, 17 December 2008 02:17 Go to next message
rob li is currently offline rob liFriend
Messages: 7
Registered: July 2009
Junior Member
thanks!
Re: Does merging re-gen support not overwriting interfaces added to the generated classes? [message #426129 is a reply to message #426124] Wed, 17 December 2008 03:39 Go to previous message
Eclipse UserFriend
Originally posted by: cdamus.zeligsoft.com

Hi, rob,

Add "@extends <interface-name>" in the user-doc section of the
interface's doc comment. For example:

-----8<-----

/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Foo</b></em>'.
* @extends com.example.MyInterface
* <!-- end-user-doc -->
*
*
* @model
* @generated
*/
public interface foo extends MyInterface {

----->8-----

HTH,

Christian

rob li wrote:
> thanks!
Previous Topic:access element contents as raw text?
Next Topic:[teneo]
Goto Forum:
  


Current Time: Fri Apr 26 13:59:39 GMT 2024

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

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

Back to the top