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