[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmt] [Epsilon] [Eugenia] EnumType Attributes

How can we declare enum type attributes.
For example;

@gmf.node(label="type")
abstract class NamedElement {
   attr String type;
}

type : type1, type2, type3