package resources.course; /** * A course subject represents the different subjects offered in the Computer * Science Department. * * @author aakoeppe * */ public enum CourseSubject { CPE, CSC }