public class SearchParamInfo extends Object implements SearchParam, Serializable
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
SearchParamInfo.Builder  | 
| Constructor and Description | 
|---|
SearchParamInfo()  | 
SearchParamInfo(SearchParam infc)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getKey()
Name: Search Parameter Key
 The key that identifies the name of the search parameter 
 | 
List<String> | 
getValues()
Name: Values
 
 The value(s) of the search parameter
 Most parameters take only a single value but the list is available for
 operations such as "IN" that take a list of values. 
 | 
public SearchParamInfo()
public SearchParamInfo(SearchParam infc)
public List<String> getValues()
SearchParamgetValues in interface SearchParampublic String getKey()
SearchParamgetKey in interface SearchParamCopyright © 2004–2014 The Kuali Foundation. All rights reserved.