Class Index | File Index

Classes


Class nnjl.licurgo.Property


Defined in: nnjl.licurgo.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
nnjl.licurgo.Property(name, primitiveType, containingType)
Creates a new nnjl.licurgo.Property
Field Summary
Field Attributes Field Name and Description
 
The name of the type where this property is contained (the dataobject type)
 
the Default Value of the property
 
Name of nnjl.licurgo.Property as it is definied by the RDBMS
 
the primitive type of the property
Class Detail
nnjl.licurgo.Property(name, primitiveType, containingType)
Creates a new nnjl.licurgo.Property
Parameters:
{string} name
The name of the property/field of the dataobject
{PrimitiveType} primitiveType
{Type} containingType
Field Detail
{Type} containingType
The name of the type where this property is contained (the dataobject type)

{Object} defaultValue
the Default Value of the property

{string} name
Name of nnjl.licurgo.Property as it is definied by the RDBMS

{nnjl.licurgo.PrimitiveType} primitiveType
the primitive type of the property

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