Class nnjl.licurgo.Property
Defined in: nnjl.licurgo.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
nnjl.licurgo.Property(name, primitiveType, containingType)
Creates a new nnjl.licurgo.Property
|
| 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