|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Orderable
Interface typically used by configuration items that wish to be ordered. Each item must provide a name, and lists: names of items which should precede the item, and names of items to follow.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||