org.kuali.student.lum.common.client.widgets
Enum CluSetHelper.Properties
java.lang.Object
java.lang.Enum<CluSetHelper.Properties>
org.kuali.student.lum.common.client.widgets.CluSetHelper.Properties
- All Implemented Interfaces:
- Serializable, Comparable<CluSetHelper.Properties>, PropertyEnum
- Enclosing class:
- CluSetHelper
public static enum CluSetHelper.Properties
- extends Enum<CluSetHelper.Properties>
- implements PropertyEnum
ID
public static final CluSetHelper.Properties ID
ORGANIZATION
public static final CluSetHelper.Properties ORGANIZATION
DESCRIPTION
public static final CluSetHelper.Properties DESCRIPTION
EFFECTIVE_DATE
public static final CluSetHelper.Properties EFFECTIVE_DATE
EXPIRATION_DATE
public static final CluSetHelper.Properties EXPIRATION_DATE
APPROVED_CLUS
public static final CluSetHelper.Properties APPROVED_CLUS
PROPOSED_CLUS
public static final CluSetHelper.Properties PROPOSED_CLUS
ALL_CLUS
public static final CluSetHelper.Properties ALL_CLUS
CLUSETS
public static final CluSetHelper.Properties CLUSETS
CLU_SET_RANGE
public static final CluSetHelper.Properties CLU_SET_RANGE
CLU_SET_RANGE_VIEW_DETAILS
public static final CluSetHelper.Properties CLU_SET_RANGE_VIEW_DETAILS
META_INFO
public static final CluSetHelper.Properties META_INFO
NAME
public static final CluSetHelper.Properties NAME
STATE
public static final CluSetHelper.Properties STATE
TYPE
public static final CluSetHelper.Properties TYPE
REUSABLE
public static final CluSetHelper.Properties REUSABLE
REFERENCEABLE
public static final CluSetHelper.Properties REFERENCEABLE
values
public static CluSetHelper.Properties[] 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 (CluSetHelper.Properties c : CluSetHelper.Properties.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static CluSetHelper.Properties 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
getKey
public String getKey()
- Specified by:
getKey
in interface PropertyEnum
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.