Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF » Can I generate enums mixed case?
Can I generate enums mixed case? [message #422890] Thu, 18 September 2008 04:43 Go to next message
Bryan Hunt is currently offline Bryan HuntFriend
Messages: 366
Registered: July 2009
Senior Member
Is there a parameter to get my enums generated with mixed case instead
of all upper case? I tried setting both the name and literal to mixed
case hoping one of them would control the actual enum, but that didn't
work.

Bryan
Re: Can I generate enums mixed case? [message #422921 is a reply to message #422890] Thu, 18 September 2008 19:19 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33140
Registered: July 2009
Senior Member
Bryan,

No. It's a static final constant and so by Java naming conventions, it
really should be all upper case.


Bryan Hunt wrote:
> Is there a parameter to get my enums generated with mixed case instead
> of all upper case? I tried setting both the name and literal to mixed
> case hoping one of them would control the actual enum, but that didn't
> work.
>
> Bryan
>


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:Forcing EMF code generation for EPackage that contain sub-EPackage only
Next Topic:Creating EMF model from XML schema - special characters - com.montages.xml.zip (0/1)
Goto Forum:
  


Current Time: Wed Apr 24 16:38:10 GMT 2024

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

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

Back to the top