org.kuali.student.lum.lu.ui.course.client.configuration
Enum CourseConfigurer.CourseSections

java.lang.Object
  extended by java.lang.Enum<CourseConfigurer.CourseSections>
      extended by org.kuali.student.lum.lu.ui.course.client.configuration.CourseConfigurer.CourseSections
All Implemented Interfaces:
Serializable, Comparable<CourseConfigurer.CourseSections>
Enclosing class:
CourseConfigurer

public static enum CourseConfigurer.CourseSections
extends Enum<CourseConfigurer.CourseSections>


Enum Constant Summary
ACTIVE_DATES
           
ASSEMBLER_TEST
           
ATTACHMENTS
           
AUTHORS_RATIONALE
           
CLU_BEGIN
           
COMMENTS
           
COURSE_INFO
           
COURSE_LOGISTICS
           
COURSE_REQUISITES
           
DECISIONS
           
DOCUMENTS
           
FINANCIALS
           
GOVERNANCE
           
LEARNING_OBJECTIVES
           
PEOPLE_PERMISSONS
           
PROGRAM_INFO
           
SUMMARY
           
 
Method Summary
static CourseConfigurer.CourseSections valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CourseConfigurer.CourseSections[] 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

CLU_BEGIN

public static final CourseConfigurer.CourseSections CLU_BEGIN

PEOPLE_PERMISSONS

public static final CourseConfigurer.CourseSections PEOPLE_PERMISSONS

SUMMARY

public static final CourseConfigurer.CourseSections SUMMARY

AUTHORS_RATIONALE

public static final CourseConfigurer.CourseSections AUTHORS_RATIONALE

GOVERNANCE

public static final CourseConfigurer.CourseSections GOVERNANCE

COURSE_LOGISTICS

public static final CourseConfigurer.CourseSections COURSE_LOGISTICS

COURSE_INFO

public static final CourseConfigurer.CourseSections COURSE_INFO

LEARNING_OBJECTIVES

public static final CourseConfigurer.CourseSections LEARNING_OBJECTIVES

COURSE_REQUISITES

public static final CourseConfigurer.CourseSections COURSE_REQUISITES

ACTIVE_DATES

public static final CourseConfigurer.CourseSections ACTIVE_DATES

FINANCIALS

public static final CourseConfigurer.CourseSections FINANCIALS

ATTACHMENTS

public static final CourseConfigurer.CourseSections ATTACHMENTS

COMMENTS

public static final CourseConfigurer.CourseSections COMMENTS

DECISIONS

public static final CourseConfigurer.CourseSections DECISIONS

DOCUMENTS

public static final CourseConfigurer.CourseSections DOCUMENTS

PROGRAM_INFO

public static final CourseConfigurer.CourseSections PROGRAM_INFO

ASSEMBLER_TEST

public static final CourseConfigurer.CourseSections ASSEMBLER_TEST
Method Detail

values

public static CourseConfigurer.CourseSections[] 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 (CourseConfigurer.CourseSections c : CourseConfigurer.CourseSections.values())
    System.out.println(c);

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

valueOf

public static CourseConfigurer.CourseSections 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 © 2007-2011 The Kuali Foundation. All Rights Reserved.