Status: New
Owner: ----
Labels: Type-Enhancement Priority-Medium Component-Famix Milestone-4.3
New issue 522 by
[hidden email]: Add Enum and EnumValue to FAMIX
http://code.google.com/p/moose-technology/issues/detail?id=522The 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
}
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev