|
Version: 1.1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JObjectsI
| Method Summary | |
|---|---|
String |
getObjects()
method that returns the various object types, object relationship, object type that this relationship is with, the articlename (if it exists), and description, all tab-delimited. |
String[][] |
getObjectsAsArray()
method that returns the various object types, object relationship, object type that this relationship is with, the articlename (if it exists), and description, all tab-delimited. |
| Method Detail |
|---|
String getObjects()
PRE:None.
POST:A string containing the various object types, object relationship, object type that this relationship is with, the articlename (if it exists), and description, all tab-delimited.
String[][] getObjectsAsArray()
PRE:None.
POST:A string array containing sub string arrays containing the various object types, object relationship, object type that this relationship is with, the articlename (if it exists), and description, all tab-delimited.
Example of the structure that is returned: [[object type, relationship type, object type relationship is with, articlename, description of the object type]]
note that articlename may not be applicable to all relationship types
|
Version: 1.1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||