Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
SearchKeyConstants |
|
| 0.0;0 | ||||
SearchKeyConstants$RelationshipTypes |
|
| 0.0;0 | ||||
SearchKeyConstants$SearchParameterKeys |
|
| 0.0;0 |
1 | package org.kuali.rice.student; | |
2 | ||
3 | 0 | public class SearchKeyConstants { |
4 | ||
5 | 0 | public static class RelationshipTypes { |
6 | public static final String KUALI_ORG_CURRICULUM_PARENT = "kuali.org.CurriculumParent"; | |
7 | } | |
8 | ||
9 | 0 | public static class SearchParameterKeys{ |
10 | public static final String ORG_QUERY_PARAM_RELATIONSHIP_TYPE = "org.queryParam.relationType"; | |
11 | } | |
12 | } |