package main; /*Generated by MPS */ public enum ProjectKind { A(), B(), C(); ProjectKind() { } }