package resources.course; /** * A course type represents the different kinds of instructional settings * provided by the Cal Poly Computer Science Department. * * @author aakoeppe * */ public enum CourseType { LECTURE, LAB, ACTIVITY, SEMINAR }