How can we declare enum type attributes. For example;
@gmf.node(label="type") abstract class NamedElement { attr String type; }
type : type1, type2, type3