IIsGreater
pentaho.data.filter.spec.IIsGreater
The spec.IIsGreater
interface describes the information associated with a is greater filter.
Source: doc-js/pentaho/data/filter/spec/IIsGreater.jsdoc, line 17
See also: pentaho.data.filter.IsGreater
Extends
Members
Name | Description |
---|---|
property : | The name of the property. |
value : | The value which the property is expected to be greater than. |
Members Details
property: |
---|
The name of the property. Source: doc-js/pentaho/data/filter/spec/IProperty.jsdoc, line 28 Inherited From: pentaho.data.filter.spec.IProperty#property |
value: |
---|
The value which the property is expected to be greater than. Source: doc-js/pentaho/data/filter/spec/IIsGreater.jsdoc, line 28 |