Version: 1.1.1

org.biomoby.registry.definitions.types
Interface JServiceI

All Known Implementing Classes:
JServicesSqlImpl

public interface JServiceI

Author:
Eddie Interface that specifies the methods to implement for use by the types script

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

getServices

String getServices()
method that returns the various service types, service relationship, service type that this relationship is with, and description, all tab-delimited.

PRE:None.

POST:A string containing the various service types, service relationship, service type that this relationship is with, and description, all tab-delimited.

Returns:
- A string containing the various service types, service relationship, service type that this relationship is with, and description, all tab-delimited.

getServicesAsArray

String[][] getServicesAsArray()
method that returns the various service types, service relationship, service type that this relationship is with, and description, all tab-delimited.

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]]

Returns:
A string array , with each item in the array being another string array containing a service type, service relationship, service type that this relationship is with, and description, all tab-delimited.

Version: 1.1.1

Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010