public enum DocumentSearchCustomization extends Enum<DocumentSearchCustomization>
Enum Constant and Description |
---|
CLEAR_CRITERIA
Customization of clearing of the document search criteria.
|
CRITERIA
Customization of the document search criteria.
|
RESULT_SET_FIELDS
Customization of the document search result attribute fields.
|
RESULTS
Customization of document search results.
|
Modifier and Type | Method and Description |
---|---|
static DocumentSearchCustomization |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentSearchCustomization[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DocumentSearchCustomization CRITERIA
public static final DocumentSearchCustomization CLEAR_CRITERIA
public static final DocumentSearchCustomization RESULTS
public static final DocumentSearchCustomization RESULT_SET_FIELDS
public static DocumentSearchCustomization[] values()
for (DocumentSearchCustomization c : DocumentSearchCustomization.values()) System.out.println(c);
public static DocumentSearchCustomization 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.