Coverage Report - org.kuali.student.lum.common.client.configuration.LUMViews
 
Classes in this File Line Coverage Branch Coverage Complexity
LUMViews
0%
0/22
N/A
0
 
 1  
 package org.kuali.student.lum.common.client.configuration;
 2  
 
 3  0
 public enum LUMViews {
 4  0
     DEFAULT,
 5  0
     COURSE_PROPOSAL,
 6  0
     VIEW_COURSE,
 7  0
     PROGRAM_VIEW,
 8  0
     PROGRAM_EDIT,
 9  0
     PROGRAM_SPEC_EDIT,
 10  0
     PROGRAM_CREATE,
 11  0
     PROGRAM_VERSIONS,
 12  0
     CLU_SETS,
 13  0
     VARIATION_VIEW,
 14  0
     VARIATION_EDIT,
 15  0
     COURSE_CATALOG,
 16  0
     LO_CATEGORIES,
 17  0
     BACC_PROGRAM_VIEW,
 18  0
     BACC_PROGRAM_EDIT,
 19  0
     BACC_PROGRAM_VERSIONS,
 20  0
     CORE_PROGRAM_VIEW,
 21  0
     CORE_PROGRAM_EDIT,
 22  0
     CORE_PROGRAM_VERSIONS,
 23  0
     DEPENDENCY_ANALYSIS,
 24  0
     BROWSE_PROGRAM
 25  
 }