org.kuali.student.lum.lu.ui.tools.client.configuration
Enum ClusetView.CluSetsManagementViews
java.lang.Object
java.lang.Enum<ClusetView.CluSetsManagementViews>
org.kuali.student.lum.lu.ui.tools.client.configuration.ClusetView.CluSetsManagementViews
- All Implemented Interfaces:
- Serializable, Comparable<ClusetView.CluSetsManagementViews>
- Enclosing class:
- ClusetView
public static enum ClusetView.CluSetsManagementViews
- extends Enum<ClusetView.CluSetsManagementViews>
MAIN
public static final ClusetView.CluSetsManagementViews MAIN
CREATE
public static final ClusetView.CluSetsManagementViews CREATE
EDIT
public static final ClusetView.CluSetsManagementViews EDIT
VIEW
public static final ClusetView.CluSetsManagementViews VIEW
values
public static ClusetView.CluSetsManagementViews[] 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 (ClusetView.CluSetsManagementViews c : ClusetView.CluSetsManagementViews.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static ClusetView.CluSetsManagementViews 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-2012 The Kuali Foundation. All Rights Reserved.