|
Version: 1.1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.biomoby.registry.definitions.types.JNamespacesSqlImpl
public final class JNamespacesSqlImpl
email me at edward.kawas@gmail.com
Constructor Summary | |
---|---|
JNamespacesSqlImpl()
|
Method Summary | |
---|---|
String[][] |
getFullNamespacesAsArray()
Get all the data in the db regrading namespaces. |
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. |
static void |
main(String[] args)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JNamespacesSqlImpl() throws MobyException
MobyException
- if database driver cannot be found or there is an database
access error.Method Detail |
---|
public final String getNamespaces()
JNamespaceI
PRE:None.
POST:A string containing all of the various namespace types and definitions all tab-delimited.
getNamespaces
in interface JNamespaceI
public String[][] getNamespacesAsArray()
JNamespaceI
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]]
getNamespacesAsArray
in interface JNamespaceI
public String[][] getFullNamespacesAsArray()
public static void main(String[] args) throws MobyException
MobyException
|
Version: 1.1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |