public class AdvancedSearchQueryTerm
extends java.lang.Object
Constructor and Description |
---|
AdvancedSearchQueryTerm(java.lang.String searchMode,
java.lang.String caseSensitive,
java.lang.String pathExpr,
java.lang.String value,
java.lang.String indent)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Produce a xml string fragment that represents this queryterm.
|
public AdvancedSearchQueryTerm(java.lang.String searchMode, java.lang.String caseSensitive, java.lang.String pathExpr, java.lang.String value, java.lang.String indent)
searchMode
- The search mode, e.g. "less-than-equals"caseSensitive
- Case sensitive setting, "true" or "false"pathExpr
- The search field, e.g. "northBoundingCoordinate"value
- The search value to match, e.g. "35"indent
- String of spaces for indenting outputCopyright © 2020 Regents of the University of California. All Rights Reserved.