org.kuali.student.lum.common.client.configuration
Enum LUMViews

java.lang.Object
  extended by java.lang.Enum<LUMViews>
      extended by org.kuali.student.lum.common.client.configuration.LUMViews
All Implemented Interfaces:
Serializable, Comparable<LUMViews>

public enum LUMViews
extends Enum<LUMViews>


Enum Constant Summary
BACC_PROGRAM_EDIT
           
BACC_PROGRAM_VERSIONS
           
BACC_PROGRAM_VIEW
           
BROWSE_PROGRAM
           
CLU_SETS
           
CORE_PROGRAM_EDIT
           
CORE_PROGRAM_VERSIONS
           
CORE_PROGRAM_VIEW
           
COURSE_ADMIN
           
COURSE_ADMIN_NO_VERSION
           
COURSE_ADMIN_RETIRE
           
COURSE_CATALOG
           
COURSE_PROPOSAL
           
DEFAULT
           
DEPENDENCY_ANALYSIS
           
LO_CATEGORIES
           
PROGRAM_CREATE
           
PROGRAM_EDIT
           
PROGRAM_PROPOSAL
           
PROGRAM_SPEC_EDIT
           
PROGRAM_VERSIONS
           
PROGRAM_VIEW
           
VARIATION_EDIT
           
VARIATION_VIEW
           
VIEW_COURSE
           
 
Method Summary
static LUMViews valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LUMViews[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

DEFAULT

public static final LUMViews DEFAULT

COURSE_PROPOSAL

public static final LUMViews COURSE_PROPOSAL

COURSE_ADMIN

public static final LUMViews COURSE_ADMIN

COURSE_ADMIN_NO_VERSION

public static final LUMViews COURSE_ADMIN_NO_VERSION

COURSE_ADMIN_RETIRE

public static final LUMViews COURSE_ADMIN_RETIRE

VIEW_COURSE

public static final LUMViews VIEW_COURSE

PROGRAM_PROPOSAL

public static final LUMViews PROGRAM_PROPOSAL

PROGRAM_VIEW

public static final LUMViews PROGRAM_VIEW

PROGRAM_EDIT

public static final LUMViews PROGRAM_EDIT

PROGRAM_SPEC_EDIT

public static final LUMViews PROGRAM_SPEC_EDIT

PROGRAM_CREATE

public static final LUMViews PROGRAM_CREATE

PROGRAM_VERSIONS

public static final LUMViews PROGRAM_VERSIONS

CLU_SETS

public static final LUMViews CLU_SETS

VARIATION_VIEW

public static final LUMViews VARIATION_VIEW

VARIATION_EDIT

public static final LUMViews VARIATION_EDIT

COURSE_CATALOG

public static final LUMViews COURSE_CATALOG

LO_CATEGORIES

public static final LUMViews LO_CATEGORIES

BACC_PROGRAM_VIEW

public static final LUMViews BACC_PROGRAM_VIEW

BACC_PROGRAM_EDIT

public static final LUMViews BACC_PROGRAM_EDIT

BACC_PROGRAM_VERSIONS

public static final LUMViews BACC_PROGRAM_VERSIONS

CORE_PROGRAM_VIEW

public static final LUMViews CORE_PROGRAM_VIEW

CORE_PROGRAM_EDIT

public static final LUMViews CORE_PROGRAM_EDIT

CORE_PROGRAM_VERSIONS

public static final LUMViews CORE_PROGRAM_VERSIONS

DEPENDENCY_ANALYSIS

public static final LUMViews DEPENDENCY_ANALYSIS

BROWSE_PROGRAM

public static final LUMViews BROWSE_PROGRAM
Method Detail

values

public static LUMViews[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (LUMViews c : LUMViews.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static LUMViews valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.