| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Linked
Apsect of having links to other objects. These links can be simple (fields containing the targets) or collections containing targets.
| Method Summary | |
|---|---|
 Object[] | 
getAllLinked()
Convenience method that returns all linked objects regardless of their location.  | 
 Collection<?> | 
getCollectionLinkByName(String name)
Get a collection of links by name.  | 
 String[] | 
getCollectionLinkNames()
 | 
 Object | 
getlinkByName(String linkName)
Get a linked object by name.  | 
 String[] | 
getLinkNames()
 | 
| Method Detail | 
|---|
String[] getLinkNames()
String[] getCollectionLinkNames()
Object getlinkByName(String linkName)
linkName - The link name (from getLinkNames).
Collection<?> getCollectionLinkByName(String name)
name - The collection link name.
Object[] getAllLinked()
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||