public enum DocumentSearchCustomization extends Enum<DocumentSearchCustomization>
| Enum Constant and Description | 
|---|
| CLEAR_CRITERIACustomization of clearing of the document search criteria. | 
| CRITERIACustomization of the document search criteria. | 
| RESULT_SET_FIELDSCustomization of the document search result attribute fields. | 
| RESULTSCustomization 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–2014 The Kuali Foundation. All rights reserved.