Esri Geoportal Server
1.0

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

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.PropertyIsBetween
Enclosing class:
PropertyClause

public static class PropertyClause.PropertyIsBetween
extends PropertyClause

A property comparison between two literals.


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.PropertyIsBetween()
          Default constructor.
 
Method Summary
 String getLowerBoundary()
          Gets the lower boundary.
 String getUpperBoundary()
          Gets the upper boundary.
 void setLowerBoundary(String value)
          Sets the lower boundary.
 void setUpperBoundary(String value)
          Sets the upper boundary.
 
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.PropertyIsBetween

public PropertyClause.PropertyIsBetween()
Default constructor.

Method Detail

getLowerBoundary

public String getLowerBoundary()
Gets the lower boundary.


setLowerBoundary

public void setLowerBoundary(String value)
Sets the lower boundary.


getUpperBoundary

public String getUpperBoundary()
Gets the upper boundary.


setUpperBoundary

public void setUpperBoundary(String value)
Sets the upper boundary.


Esri Geoportal Server
1.0

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