Esri Geoportal Server
1.0

com.esri.gpt.catalog.discovery
Class DiscoveryClause

java.lang.Object
  extended by com.esri.gpt.catalog.discovery.DiscoveryComponent
      extended by com.esri.gpt.catalog.discovery.DiscoveryClause
Direct Known Subclasses:
LogicalClause, PropertyClause, SpatialClause

public class DiscoveryClause
extends DiscoveryComponent

Super-class for a clause within a filter.


Constructor Summary
protected DiscoveryClause()
          Default constructor.
 
Method Summary
 void echo(StringBuffer sb)
          Appends property information for the component to a buffer.
 void echo(StringBuffer sb, int depth)
          Appends property information for the component to a buffer.
 
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

DiscoveryClause

protected DiscoveryClause()
Default constructor.

Method Detail

echo

public void echo(StringBuffer sb)
Appends property information for the component to a buffer.

Overrides:
echo in class DiscoveryComponent
Parameters:
sb - the buffer to use when appending information

echo

public void echo(StringBuffer sb,
                 int depth)
Appends property information for the component to a buffer.

Parameters:
sb - the buffer to use when appending information
depth - the depth of the clause

Esri Geoportal Server
1.0

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