org.kuali.student.lum.common.client.widgets
Enum AppLocations.Locations
java.lang.Object
java.lang.Enum<AppLocations.Locations>
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>
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
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_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
VIEW_CLU_SET
public static final AppLocations.Locations VIEW_CLU_SET
location
private String location
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 © 2010 The Kuali Foundation. All rights reserved.