Class Index | File Index

Classes


Class nnjl.licurgo.Predicate


Defined in: nnjl.licurgo.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
nnjl.licurgo.Predicate(property, value, operator)
Creates a new nnjl.licurgo.Predicate
Field Summary
Field Attributes Field Name and Description
 
The Datasource associated with this predicate
 
The Predicate Operator, the possible values are defined as constants in the Query class.
 
The property of the nnjl.licurgo.DataObject associated with this nnjl.licurgo.Predicate
 
The value of the Predicate filter
Class Detail
nnjl.licurgo.Predicate(property, value, operator)
Creates a new nnjl.licurgo.Predicate
Parameters:
{Property} property
{Object} value
{int} operator
Constant defined in Query Class
Field Detail
datasource
The Datasource associated with this predicate

{int} operator
The Predicate Operator, the possible values are defined as constants in the Query class.

{nnjl.licurgo.Property} property
The property of the nnjl.licurgo.DataObject associated with this nnjl.licurgo.Predicate

{Object} value
The value of the Predicate filter

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