|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.gpt.catalog.discovery.DiscoveryComponent com.esri.gpt.catalog.discovery.DiscoveryClause com.esri.gpt.catalog.discovery.LogicalClause
public class LogicalClause
A collection of clauses that will be grouped by And/Or/Not logic.
Nested Class Summary | |
---|---|
static class |
LogicalClause.LogicalAnd
A collection of clauses operated on with And logic. |
static class |
LogicalClause.LogicalNot
A collection of clauses operated on with Not logic. |
static class |
LogicalClause.LogicalOr
A collection of clauses operated on with Or logic. |
Method Summary | |
---|---|
void |
echo(StringBuffer sb,
int depth)
Appends property information for the component to a buffer. |
DiscoveryClauses |
getClauses()
Gets the collection of clauses to be operated on. |
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 |
Method Detail |
---|
public final DiscoveryClauses getClauses()
public void echo(StringBuffer sb, int depth)
echo
in class DiscoveryClause
sb
- the buffer to use when appending informationdepth
- the depth of the clause
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |