public static enum CluSetHelper.Properties extends Enum<CluSetHelper.Properties> implements PropertyEnum
Enum Constant and Description |
---|
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 |
Modifier and Type | Method and Description |
---|---|
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.
|
public static final CluSetHelper.Properties ID
public static final CluSetHelper.Properties ORGANIZATION
public static final CluSetHelper.Properties DESCRIPTION
public static final CluSetHelper.Properties EFFECTIVE_DATE
public static final CluSetHelper.Properties EXPIRATION_DATE
public static final CluSetHelper.Properties APPROVED_CLUS
public static final CluSetHelper.Properties PROPOSED_CLUS
public static final CluSetHelper.Properties ALL_CLUS
public static final CluSetHelper.Properties CLUSETS
public static final CluSetHelper.Properties CLU_SET_RANGE
public static final CluSetHelper.Properties CLU_SET_RANGE_VIEW_DETAILS
public static final CluSetHelper.Properties META_INFO
public static final CluSetHelper.Properties NAME
public static final CluSetHelper.Properties STATE
public static final CluSetHelper.Properties TYPE
public static final CluSetHelper.Properties REUSABLE
public static final CluSetHelper.Properties REFERENCEABLE
public static CluSetHelper.Properties[] values()
for (CluSetHelper.Properties c : CluSetHelper.Properties.values()) System.out.println(c);
public static CluSetHelper.Properties valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic String getKey()
getKey
in interface PropertyEnum
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.