|
Esri Geoportal Server 1.0
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.gpt.catalog.discovery.DiscoveryComponent
com.esri.gpt.catalog.discovery.DiscoveryClause
com.esri.gpt.catalog.discovery.PropertyClause
com.esri.gpt.catalog.discovery.PropertyClause.PropertyIsLike
public static class PropertyClause.PropertyIsLike
A property is like a literal comparison.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.esri.gpt.catalog.discovery.PropertyClause |
|---|
PropertyClause.PropertyIsBetween, PropertyClause.PropertyIsEqualTo, PropertyClause.PropertyIsGreaterThan, PropertyClause.PropertyIsGreaterThanOrEqualTo, PropertyClause.PropertyIsLessThan, PropertyClause.PropertyIsLessThanOrEqualTo, PropertyClause.PropertyIsLike, PropertyClause.PropertyIsNotEqualTo, PropertyClause.PropertyIsNull |
| Constructor Summary | |
|---|---|
PropertyClause.PropertyIsLike()
Default constructor. |
|
| Method Summary | |
|---|---|
String |
getEscapeChar()
Gets the escape character. |
String |
getSingleChar()
Gets the single pattern match character. |
String |
getWildCard()
Gets the wild card character. |
void |
setEscapeChar(String escapeChar)
Sets the escape character. |
void |
setSingleChar(String singleChar)
Sets the single pattern match character. |
void |
setWildCard(String wildCard)
Sets the wild card character. |
| Methods inherited from class com.esri.gpt.catalog.discovery.PropertyClause |
|---|
echo, getLiteral, getTarget, setLiteral, setTarget |
| Methods inherited from class com.esri.gpt.catalog.discovery.DiscoveryClause |
|---|
echo |
| Methods inherited from class com.esri.gpt.catalog.discovery.DiscoveryComponent |
|---|
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyClause.PropertyIsLike()
| Method Detail |
|---|
public String getEscapeChar()
public void setEscapeChar(String escapeChar)
public String getSingleChar()
public void setSingleChar(String singleChar)
public String getWildCard()
public void setWildCard(String wildCard)
|
Esri Geoportal Server 1.0
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||