I wonder if EMF has a possibility to concatenate two enumerations into one? I am building model representing card game, and I have two enumerations of Ranks and Suits in class Card. I would like to create combined enumeration in class Deck. Is there any way to approach that?
Thank you a lot in advance!