/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package lab2stuff; /** * * @author jcmt */ public class Employee { public enum SPEC {reference, special_collections, research, desk, media}; }