|
Version: 1.1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JServiceI
Method Summary | |
---|---|
String |
getServices()
method that returns the various service types, service relationship, service type that this relationship is with, and description, all tab-delimited. |
String[][] |
getServicesAsArray()
method that returns the various service types, service relationship, service type that this relationship is with, and description, all tab-delimited. |
Method Detail |
---|
String getServices()
PRE:None.
POST:A string containing the various service types, service relationship, service type that this relationship is with, and description, all tab-delimited.
String[][] getServicesAsArray()
PRE:None.
POST:A string array containing sub string arrays containing the various service types, service relationship, service type that this relationship is with, and description, all tab-delimited.
Example of the structure that is returned: [[service type, relationship type, service type parent, description of the service type]]
|
Version: 1.1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |