public static enum PropertyConstants.PARAMETER extends Enum<PropertyConstants.PARAMETER>
org.kuali.core.bo.Parameterorg.kuali.core.bo.Parameter| Enum Constant and Description |
|---|
DETAIL_TYPE_CODE |
NAME |
NAMESPACE_CODE |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static PropertyConstants.PARAMETER |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyConstants.PARAMETER[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PropertyConstants.PARAMETER DETAIL_TYPE_CODE
public static final PropertyConstants.PARAMETER NAME
public static final PropertyConstants.PARAMETER NAMESPACE_CODE
public static PropertyConstants.PARAMETER[] values()
for (PropertyConstants.PARAMETER c : PropertyConstants.PARAMETER.values()) System.out.println(c);
public static PropertyConstants.PARAMETER 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 toString()
toString in class Enum<PropertyConstants.PARAMETER>Enum.toString()Copyright © 2013 The Kuali Foundation. All Rights Reserved.