Version: 1.1.1

org.biomoby.registry.definitions.types
Interface JNamespaceI

All Known Implementing Classes:
JNamespacesSqlImpl

public interface JNamespaceI

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

Method Summary
 String getNamespaces()
          method that returns the various namespace types and descriptions all tab-delimited.
 String[][] getNamespacesAsArray()
          method that returns the various namespace types and descriptions all tab-delimited.
 

Method Detail

getNamespaces

String getNamespaces()
method that returns the various namespace types and descriptions all tab-delimited.

PRE:None.

POST:A string containing all of the various namespace types and definitions all tab-delimited.

Returns:
- A string containing all of the various namespace types and definitions all tab-delimited.

getNamespacesAsArray

String[][] getNamespacesAsArray()
method that returns the various namespace types and descriptions all tab-delimited.

PRE:None.

POST:A string array containing sub string arrays containing all of the various namespace types and definitions all tab-delimited.

Example of the structure that is returned: [[namespace type, description of the namespace]]

Returns:
A string array, with each item in the array being another string array containing a namespace type and definition all tab-delimited.

Version: 1.1.1

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