Status: New
Owner: ----
Labels: Type-Enhancement Priority-Medium Component-Famix Milestone-4.3
New issue 522 by tudor.gi...(a)gmail.com: Add Enum and EnumValue to FAMIX
http://code.google.com/p/moose-technology/issues/detail?id=522
The following Java snippet should be modeled with an Enum and 7 EnumValues.
The Enum should be a type and the EnumValue should have a parentEnum
pointing to the Enum.
public enum Day {
SUNDAY, MONDAY, TUESDAY, WEDNESDAY,
THURSDAY, FRIDAY, SATURDAY
}