package resources.room; /** * Specifies whether the rooms serves as a lecture or lab room * * @author aakoeppe * */ public enum RoomType { LECTURE, LAB }