IIsEqual
pentaho.type.filter.spec.IIsEqual
The spec.IIsEqual
interface describes the information associated with an equality filter.
Source: doc-js/pentaho/type/filter/spec/IIsEqual.jsdoc, line 17
See also: pentaho.type.filter.IsEqual
Extends
Members
Name | Description |
---|---|
property : | The name of the property. |
value : | The expected value of the property. |
Members Details
property: |
---|
The name of the property. Source: doc-js/pentaho/type/filter/spec/IProperty.jsdoc, line 28 Inherited From: pentaho.type.filter.spec.IProperty#property |
value: |
---|
The expected value of the property. Source: doc-js/pentaho/type/filter/spec/IIsEqual.jsdoc, line 28 |