EMF Ecore [message #1007345] |
Tue, 05 February 2013 10:27  |
Eclipse User |
|
|
|
Where can i find ecore banned name for class, ref, attribute, Enum, Datatype ?
|
|
|
Re: EMF Ecore [message #1007417 is a reply to message #1007345] |
Tue, 05 February 2013 14:06  |
Eclipse User |
|
|
|
Serhat,
In EcoreValidator. It's pretty simple. Each must be a well formed
Java identifier. Also, it's best to follow Java naming conventions,
i.e., use Camel case, EClassifiers (like Java classes) should start with
an upper case letter, EStructuralFeatures (like Java fields) should
start with a lower case letter, and EPackages (like Java packages)
should also start with a lower case letter.
On 05/02/2013 4:27 PM, serhat gezgin wrote:
> Where can i find ecore banned name for class, ref, attribute, Enum,
> Datatype ?
|
|
|
Powered by
FUDForum. Page generated in 0.31313 seconds