1 package com.example.lambda; 2 3 /** 4 * @author MikeW 5 */ 6 public enum Role { STAFF, MANAGER, EXECUTIVE } 7