org.kuali.student.lum.common.client.widgets
Enum CluSetHelper.Properties

java.lang.Object
  extended by java.lang.Enum<CluSetHelper.Properties>
      extended by 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


Enum Constant Summary
ALL_CLUS
           
APPROVED_CLUS
           
CLU_SET_RANGE
           
CLU_SET_RANGE_VIEW_DETAILS
           
CLUSETS
           
DESCRIPTION
           
EFFECTIVE_DATE
           
EXPIRATION_DATE
           
ID
           
META_INFO
           
NAME
           
ORGANIZATION
           
PROPOSED_CLUS
           
REFERENCEABLE
           
REUSABLE
           
STATE
           
TYPE
           
 
Field Summary
private  String key
           
 
Method Summary
 String getKey()
           
static CluSetHelper.Properties valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CluSetHelper.Properties[] 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

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
Field Detail

key

private final String key
Method Detail

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 © 2007-2011 The Kuali Foundation. All Rights Reserved.