|
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 com.esri.gpt.catalog.discovery.Sortable
public class Sortable
Represents a stored property that can be be used to sort the results of a query.
Nested Class Summary | |
---|---|
static class |
Sortable.SortDirection
The enumeration of sorting directions. |
Constructor Summary | |
---|---|
Sortable(Discoverable objectToBaseOn)
Constructs a sortable based upon a discoverable. |
Method Summary | |
---|---|
void |
echo(StringBuffer sb,
int depth)
Appends property information for the component to a buffer. |
Sortable.SortDirection |
getDirection()
Gets the sort direction. |
void |
setDirection(Sortable.SortDirection direction)
Sets the sort direction. |
Methods inherited from class com.esri.gpt.catalog.discovery.Discoverable |
---|
asSortable, echo, getMeaning, getStorable, setMeaning, setStoreable |
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 Sortable(Discoverable objectToBaseOn)
objectToBaseOn
- the discoverable that serves as the baseMethod Detail |
---|
public Sortable.SortDirection getDirection()
public void setDirection(Sortable.SortDirection direction)
direction
- the sort directionpublic void echo(StringBuffer sb, int depth)
echo
in class Discoverable
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 |