Esri Geoportal Server
1.0

com.esri.gpt.catalog.discovery
Class PropertyClause.PropertyIsLike

java.lang.Object
  extended by com.esri.gpt.catalog.discovery.DiscoveryComponent
      extended by com.esri.gpt.catalog.discovery.DiscoveryClause
          extended by com.esri.gpt.catalog.discovery.PropertyClause
              extended by com.esri.gpt.catalog.discovery.PropertyClause.PropertyIsLike
Enclosing class:
PropertyClause

public static class PropertyClause.PropertyIsLike
extends PropertyClause

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

PropertyClause.PropertyIsLike

public PropertyClause.PropertyIsLike()
Default constructor.

Method Detail

getEscapeChar

public String getEscapeChar()
Gets the escape character.


setEscapeChar

public void setEscapeChar(String escapeChar)
Sets the escape character.


getSingleChar

public String getSingleChar()
Gets the single pattern match character.


setSingleChar

public void setSingleChar(String singleChar)
Sets the single pattern match character.


getWildCard

public String getWildCard()
Gets the wild card character.


setWildCard

public void setWildCard(String wildCard)
Sets the wild card character.


Esri Geoportal Server
1.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.