| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
| ProgramServiceConstants |
|
| 0.0;0 |
| 1 | package org.kuali.student.lum.program.service; | |
| 2 | ||
| 3 | 0 | public class ProgramServiceConstants { |
| 4 | public static final String PROGRAM_NAMESPACE = "http://student.kuali.org/wsdl/program"; | |
| 5 | public static final String PROGRAM_NAMESPACE_MAJOR_DISCIPLINE_URI = "{" + PROGRAM_NAMESPACE + "}majorDisciplineInfo"; | |
| 6 | } |