|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.oodt.cas.filemgr.structs.QueryCriteria
org.apache.oodt.cas.filemgr.structs.TermQueryCriteria
public class TermQueryCriteria
A Term Criteria element for a Query to the Catalog.
| Constructor Summary | |
|---|---|
TermQueryCriteria()
Default constructor. |
|
TermQueryCriteria(String elementName,
String v)
Constructor for the TermQueryECriteria Class. |
|
| Method Summary | |
|---|---|
String |
getElementName()
Implementation of the abstract method inherited from QueryCriteria for accessing the element name to search on. |
String |
getValue()
Accessor method for the value of the element to search on. |
void |
setElementName(String elementName)
Implementation of the abstract method inherited from QueryCriteria for mutating the element name to search on. |
void |
setValue(String value)
Mutator method for the value of the element to search on |
String |
toString()
Implementation of the abstract method inherited from QueryCriteria for generating a human-parsable string version of the query criteria. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TermQueryCriteria()
public TermQueryCriteria(String elementName,
String v)
elementName - The name of the element to search on.v - The value of the term.| Method Detail |
|---|
public String getValue()
public void setValue(String value)
value - The value of the element to search on as a String.public String getElementName()
getElementName in class QueryCriteriapublic void setElementName(String elementName)
setElementName in class QueryCriteriaelementName - The element name to search on as a String.public String toString()
toString in class QueryCriteria
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||