Clover Coverage Report - KS LUM 1.2-M6-SNAPSHOT (Aggregated)
Coverage timestamp: Sun Sep 11 2011 07:02:50 EDT
0   12   0   -
0   9   -   0
0     -  
3    
 
  SearchKeyConstants       Line # 3 0 - 0 0 - -1.0
  SearchKeyConstants.RelationshipTypes       Line # 5 0 - 0 0 - -1.0
  SearchKeyConstants.SearchParameterKeys       Line # 9 0 - 0 0 - -1.0
 
No Tests
 
1    package org.kuali.rice.student;
2   
 
3    public class SearchKeyConstants {
4   
 
5    public static class RelationshipTypes {
6    public static final String KUALI_ORG_CURRICULUM_PARENT = "kuali.org.CurriculumParent";
7    }
8   
 
9    public static class SearchParameterKeys{
10    public static final String ORG_QUERY_PARAM_RELATIONSHIP_TYPE = "org.queryParam.relationType";
11    }
12    }