org.kuali.student.lum.lu.ui.course.client.configuration
Enum CourseConfigurer.CourseSections
java.lang.Object
java.lang.Enum<CourseConfigurer.CourseSections>
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>
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
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.