public abstract class QueryCriteria extends Object implements Cloneable
This is an abstract base class for a number of different criteria searches such as term search, range search and free text search. Subclasses are added to Query instances in order to search the Catalog.
| Constructor and Description | 
|---|
| QueryCriteria() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract String | getElementName()Abstract accessor method for the Element name to search on. | 
| abstract void | setElementName(String elementName)Abstract mutator method for the Elment name to search on. | 
| abstract String | toString()Abstract method for converting the QueryCriteria to a human-parsable
 String. | 
public abstract String getElementName()
public abstract void setElementName(String elementName)
Copyright © 1999–2017 Apache OODT. All rights reserved.