Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF » MinimalEObjectImpl and boolean flags
MinimalEObjectImpl and boolean flags [message #655225] Fri, 18 February 2011 17:31 Go to next message
AJ  is currently offline AJ Friend
Messages: 77
Registered: July 2009
Member
I'm tired of my objects feeling bloated so I've decided to do the EMF Ultra Slim Diet.

However, my gemodel has the "Boolean Flags Field" property value set to "eFlags"; which is private in MinimalEObjectImpl class.

So, do I need to use a different name for the flag or should I leave the "Boolean Flags Field" blank?
Re: MinimalEObjectImpl and boolean flags [message #655558 is a reply to message #655225] Mon, 21 February 2011 18:26 Go to previous message
AJ  is currently offline AJ Friend
Messages: 77
Registered: July 2009
Member
never mind. adding this to the classes supporting MinimalEObjectImpl resolves it.

/**
* int field to store booleans and enums
*/
protected int eFlags = 0;
Previous Topic:Teneo source bundles containing plugin.xml
Next Topic:EObject as reference type
Goto Forum:
  


Current Time: Thu Apr 25 06:13:29 GMT 2024

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

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

Back to the top