View Javadoc

1   package org.kuali.student.r2.common.util.constants;
2   
3   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   }