org.kuali.student.lum.common.client.widgets
Enum AppLocations.Locations

java.lang.Object
  extended by java.lang.Enum<AppLocations.Locations>
      extended by org.kuali.student.lum.common.client.widgets.AppLocations.Locations
All Implemented Interfaces:
Serializable, Comparable<AppLocations.Locations>
Enclosing class:
AppLocations

public static enum AppLocations.Locations
extends Enum<AppLocations.Locations>


Enum Constant Summary
BROWSE_CATALOG
           
BROWSE_PROGRAM
           
COURSE_ADMIN
           
COURSE_ADMIN_NO_VERSION
           
COURSE_PROPOSAL
           
COURSE_RETIRE
           
COURSE_RETIRE_BY_PROPOSAL
           
CURRICULUM_MANAGEMENT
           
DEPENDENCY_ANALYSIS
           
EDIT_BACC_PROGRAM
           
EDIT_CORE_PROGRAM
           
EDIT_PROGRAM
           
EDIT_PROGRAM_SPEC
           
EDIT_VARIATION
           
HOME
           
MANAGE_CLU_SETS
           
MANAGE_LO_CATEGORIES
           
PROGRAM_PROPOSAL
           
VIEW_BACC_PROGRAM
           
VIEW_BACC_VERSIONS
           
VIEW_CLU_SET
           
VIEW_CORE_PROGRAM
           
VIEW_CORE_VERSIONS
           
VIEW_COURSE
           
VIEW_PROGRAM
           
VIEW_PROGRAM_VERSIONS
           
VIEW_VARIATION
           
 
Method Summary
 String getLocation()
           
static AppLocations.Locations valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AppLocations.Locations[] 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

HOME

public static final AppLocations.Locations HOME

CURRICULUM_MANAGEMENT

public static final AppLocations.Locations CURRICULUM_MANAGEMENT

COURSE_PROPOSAL

public static final AppLocations.Locations COURSE_PROPOSAL

COURSE_ADMIN

public static final AppLocations.Locations COURSE_ADMIN

COURSE_RETIRE

public static final AppLocations.Locations COURSE_RETIRE

COURSE_RETIRE_BY_PROPOSAL

public static final AppLocations.Locations COURSE_RETIRE_BY_PROPOSAL

COURSE_ADMIN_NO_VERSION

public static final AppLocations.Locations COURSE_ADMIN_NO_VERSION

VIEW_COURSE

public static final AppLocations.Locations VIEW_COURSE

VIEW_PROGRAM

public static final AppLocations.Locations VIEW_PROGRAM

VIEW_PROGRAM_VERSIONS

public static final AppLocations.Locations VIEW_PROGRAM_VERSIONS

VIEW_CORE_PROGRAM

public static final AppLocations.Locations VIEW_CORE_PROGRAM

EDIT_CORE_PROGRAM

public static final AppLocations.Locations EDIT_CORE_PROGRAM

VIEW_CORE_VERSIONS

public static final AppLocations.Locations VIEW_CORE_VERSIONS

VIEW_BACC_PROGRAM

public static final AppLocations.Locations VIEW_BACC_PROGRAM

EDIT_BACC_PROGRAM

public static final AppLocations.Locations EDIT_BACC_PROGRAM

VIEW_BACC_VERSIONS

public static final AppLocations.Locations VIEW_BACC_VERSIONS

EDIT_PROGRAM

public static final AppLocations.Locations EDIT_PROGRAM

EDIT_PROGRAM_SPEC

public static final AppLocations.Locations EDIT_PROGRAM_SPEC

EDIT_VARIATION

public static final AppLocations.Locations EDIT_VARIATION

VIEW_VARIATION

public static final AppLocations.Locations VIEW_VARIATION

PROGRAM_PROPOSAL

public static final AppLocations.Locations PROGRAM_PROPOSAL

MANAGE_CLU_SETS

public static final AppLocations.Locations MANAGE_CLU_SETS

MANAGE_LO_CATEGORIES

public static final AppLocations.Locations MANAGE_LO_CATEGORIES

BROWSE_CATALOG

public static final AppLocations.Locations BROWSE_CATALOG

BROWSE_PROGRAM

public static final AppLocations.Locations BROWSE_PROGRAM

VIEW_CLU_SET

public static final AppLocations.Locations VIEW_CLU_SET

DEPENDENCY_ANALYSIS

public static final AppLocations.Locations DEPENDENCY_ANALYSIS
Method Detail

values

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

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

valueOf

public static AppLocations.Locations 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

getLocation

public String getLocation()


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