public static enum DroolsConstants.ERROR_CODES extends Enum<DroolsConstants.ERROR_CODES>
| Enum Constant and Description |
|---|
CUSTOM_LOAN_DUE_DATE_REQUIRED |
GENERAL_MESSAGE |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
static DroolsConstants.ERROR_CODES |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DroolsConstants.ERROR_CODES[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DroolsConstants.ERROR_CODES CUSTOM_LOAN_DUE_DATE_REQUIRED
public static final DroolsConstants.ERROR_CODES GENERAL_MESSAGE
public static DroolsConstants.ERROR_CODES[] values()
for (DroolsConstants.ERROR_CODES c : DroolsConstants.ERROR_CODES.values()) System.out.println(c);
public static DroolsConstants.ERROR_CODES 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 nullCopyright © 2004–2015 The Kuali Foundation. All rights reserved.