public interface Orderable
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFollowingNames()
Returns a comma-seperated list of the names of other items.
|
java.lang.String |
getName()
Returns the name of the item, which is used to establish sort order.
|
java.lang.String |
getPrecedingNames()
As
getFollowingNames(), but the identified items will precede this item. |
java.lang.String getName()
java.lang.String getFollowingNames()
* indicates that the item should precede all items.*, or nulljava.lang.String getPrecedingNames()
getFollowingNames(), but the identified items will precede this item.