Status: New
Owner: tudor.gi...(a)gmail.com
Labels: Type-Defect Priority-Medium Component-Famix Milestone-4.4
New issue 568 by tudor.gi...(a)gmail.com: EnumValue should be a
StructuralEntity
http://code.google.com/p/moose-technology/issues/detail?id=568
From Nicolas:
Why is EnumValue not a StructuralEntity ? (it is a NamedEntity)
From
http://download.oracle.com/javase/tutorial/java/javaOO/enum.html
"An enum type is a type whose fields consist of a fixed set of constants."
they are considered fields in Java ...
I just realized Verveine does not export access to enumValues.
But with the meta-model I have (bare 4.3), it seems an access to an
enumValue is an invocation.
This is counter intuitive.