|
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.Discoverable
public class Discoverable
Represents a property that can be discovered through query.
Constructor Summary | |
---|---|
Discoverable(Discoverable objectToBaseOn)
Constructs a discoverable based upon another. |
|
Discoverable(String clientName)
Constructs with supplied client name. |
Method Summary | |
---|---|
Sortable |
asSortable()
Create a sortable property base upon this discoverable. |
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. |
PropertyMeaning |
getMeaning()
Gets the meaning behind the property. |
IStoreable |
getStorable()
Gets the associated component within the underlying data store. |
void |
setMeaning(PropertyMeaning meaning)
Sets the meaning behind the property. |
void |
setStoreable(IStoreable component)
Sets the associated component within the underlying data store. |
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 |
---|
public Discoverable(String clientName)
clientName
- the name recognized by the clientpublic Discoverable(Discoverable objectToBaseOn)
objectToBaseOn
- the discoverable that serves as the baseMethod Detail |
---|
public IStoreable getStorable()
public void setStoreable(IStoreable component)
component
- the underlying data store componentpublic PropertyMeaning getMeaning()
public void setMeaning(PropertyMeaning meaning)
meaning
- the underlying meaningpublic Sortable asSortable()
public void echo(StringBuffer sb)
echo
in class DiscoveryComponent
sb
- the buffer to use when appending informationpublic void echo(StringBuffer sb, int depth)
sb
- the buffer to use when appending informationdepth
- the depth of the parent clause
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |