Coverage Report - org.kuali.student.common.ui.client.mvc.history.Locations
 
Classes in this File Line Coverage Branch Coverage Complexity
Locations
N/A
N/A
1
 
 1  
 package org.kuali.student.common.ui.client.mvc.history;
 2  
 
 3  
 public interface Locations{
 4  
 
 5  
         public String getLocation(String enumName);
 6  
 
 7  
 }