1 package org.kuali.student.common.ui.client.mvc.history; 2 3 public interface Locations{ 4 5 public String getLocation(String enumName); 6 7 }