org.kuali.student.lum.lu.ui.course.client.configuration
Enum CourseProposalConfigurer.CourseSections
java.lang.Object
java.lang.Enum<CourseProposalConfigurer.CourseSections>
org.kuali.student.lum.lu.ui.course.client.configuration.CourseProposalConfigurer.CourseSections
- All Implemented Interfaces:
- Serializable, Comparable<CourseProposalConfigurer.CourseSections>
- Enclosing class:
- CourseProposalConfigurer
public static enum CourseProposalConfigurer.CourseSections
- extends Enum<CourseProposalConfigurer.CourseSections>
CLU_BEGIN
public static final CourseProposalConfigurer.CourseSections CLU_BEGIN
PEOPLE_PERMISSONS
public static final CourseProposalConfigurer.CourseSections PEOPLE_PERMISSONS
SUMMARY
public static final CourseProposalConfigurer.CourseSections SUMMARY
AUTHORS_RATIONALE
public static final CourseProposalConfigurer.CourseSections AUTHORS_RATIONALE
GOVERNANCE
public static final CourseProposalConfigurer.CourseSections GOVERNANCE
COURSE_LOGISTICS
public static final CourseProposalConfigurer.CourseSections COURSE_LOGISTICS
COURSE_INFO
public static final CourseProposalConfigurer.CourseSections COURSE_INFO
LEARNING_OBJECTIVES
public static final CourseProposalConfigurer.CourseSections LEARNING_OBJECTIVES
COURSE_REQUISITES
public static final CourseProposalConfigurer.CourseSections COURSE_REQUISITES
ACTIVE_DATES
public static final CourseProposalConfigurer.CourseSections ACTIVE_DATES
FINANCIALS
public static final CourseProposalConfigurer.CourseSections FINANCIALS
ATTACHMENTS
public static final CourseProposalConfigurer.CourseSections ATTACHMENTS
COMMENTS
public static final CourseProposalConfigurer.CourseSections COMMENTS
DECISIONS
public static final CourseProposalConfigurer.CourseSections DECISIONS
DOCUMENTS
public static final CourseProposalConfigurer.CourseSections DOCUMENTS
PROGRAM_INFO
public static final CourseProposalConfigurer.CourseSections PROGRAM_INFO
ASSEMBLER_TEST
public static final CourseProposalConfigurer.CourseSections ASSEMBLER_TEST
WF_APPROVE_DIALOG
public static final CourseProposalConfigurer.CourseSections WF_APPROVE_DIALOG
values
public static CourseProposalConfigurer.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 (CourseProposalConfigurer.CourseSections c : CourseProposalConfigurer.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 CourseProposalConfigurer.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 © 2004-2011 The Kuali Foundation. All Rights Reserved.