Skip to main content
Hitachi Vantara Lumada and Pentaho Documentation

IIsEqual

pentaho.data.filter.spec.IIsEqual

The spec.IIsEqual interface describes the information associated with an equality filter.

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

See also:  pentaho.data.filter.IsEqual

Extends

Members

Name Description
property : string

The name of the property.

value : pentaho.type.UValue

The expected value of the property.

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.UValue

The expected value of the property.

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