|
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.PropertyClause
public class PropertyClause
A clause that compares a stored property to a supplied literal.
Nested Class Summary | |
---|---|
static class |
PropertyClause.PropertyIsBetween
A property comparison between two literals. |
static class |
PropertyClause.PropertyIsEqualTo
A property is equal to a literal comparison. |
static class |
PropertyClause.PropertyIsGreaterThan
A property is greater than a literal comparison. |
static class |
PropertyClause.PropertyIsGreaterThanOrEqualTo
A property is greater than or equal to a literal comparison. |
static class |
PropertyClause.PropertyIsLessThan
A property is less than a literal comparison. |
static class |
PropertyClause.PropertyIsLessThanOrEqualTo
A property is less than or equal to a literal comparison. |
static class |
PropertyClause.PropertyIsLike
A property is like a literal comparison. |
static class |
PropertyClause.PropertyIsNotEqualTo
A property is not equal to a literal comparison. |
static class |
PropertyClause.PropertyIsNull
A property is null comparison |
Method Summary | |
---|---|
void |
echo(StringBuffer sb,
int depth)
Appends property information for the component to a buffer. |
String |
getLiteral()
Gets the literal value that constrains the clause. |
Discoverable |
getTarget()
Gets the discoverable property targeted by the clause. |
void |
setLiteral(String literal)
Sets the literal value that constrains the clause. |
void |
setTarget(Discoverable target)
Sets the discoverable property targeted by the clause. |
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 String getLiteral()
public void setLiteral(String literal)
literal
- the literal valuepublic Discoverable getTarget()
public void setTarget(Discoverable target)
target
- the targetpublic 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 |