/* * MyEnum.java * * Created on June 4, 2004, 1:10 PM */ package test.generics; /** * * @author martin */ public enum MyEnum { A, B, C }