Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [emf-dev] How to avoid the generation of get/set methods in interfaces


Carmen,

Please ask questions using the newsgroup.  There is a plan item to support this kind of thing, but there's no support available yet.  The best you can do right now is to put @generated NOT in the interface's comment and remove the methods you don't want; this will completely turn off regeneration of the interface.


Ed Merks/Toronto/IBM@IBMCA
mailto: merks@xxxxxxxxxx
905-413-3265  (t/l 969)




c.ruppach@xxxxxx
Sent by: emf-dev-admin@xxxxxxxxxxx

07/13/2004 11:44 AM

Please respond to
emf-dev

To
emf-dev@xxxxxxxxxxx
cc
Subject
[emf-dev] How to avoid the generation of get/set methods in interfaces





Does anybody know how to specify that get/set methods are only generated for
implementation classes and not for corresponding interfaces?

Thanks,
Carmen

_______________________________________________
emf-dev mailing list
emf-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/emf-dev


Back to the top