Skip to main content
Hitachi Vantara Lumada and Pentaho Documentation

IIsGreaterOrEqual

pentaho.data.filter.spec.IIsGreaterOrEqual

The spec.IIsGreaterOrEqual interface describes the information associated with a is greater or equal filter.

Source: doc-js/pentaho/data/filter/spec/IIsGreaterOrEqual.jsdoc, line 17

See also:  pentaho.data.filter.IsGreaterOrEqual

Extends

Members

Name Description
property : string

The name of the property.

value : pentaho.type.UElement

The value which the property is expected to be greater or equal to.

Members Details

property: string

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: pentaho.type.UElement

The value which the property is expected to be greater or equal to.

Source: doc-js/pentaho/data/filter/spec/IIsGreaterOrEqual.jsdoc, line 28