Class Index | File Index

Classes


Class nnjl.licurgo.TypeRegistry


Defined in: nnjl.licurgo.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Creates a new nnjl.licurgo.TypeRegistry
Field Summary
Field Attributes Field Name and Description
 
All the types / RDBMS tables stored in a hashmap
Method Summary
Method Attributes Method Name and Description
 
addType(type)
 
getType(name)
Class Detail
nnjl.licurgo.TypeRegistry()
Creates a new nnjl.licurgo.TypeRegistry
Field Detail
{nnjl.licurgo.Type[]} types
All the types / RDBMS tables stored in a hashmap
Method Detail
addType(type)
Parameters:
{Type} type

{Type} getType(name)
Parameters:
{string} name

Documentation generated by JsDoc Toolkit 2.3.2 on Wed Sep 29 2010 11:46:26 GMT+0200 (CEST)