Skip to main content
Hitachi Vantara Lumada and Pentaho Documentation

IIsLessOrEqual

pentaho.data.filter.spec. IIsLessOrEqual

The spec.IIsLessOrEqual interface describes the information associated with a is less or equal filter.

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

See also: pentaho.data.filter.IsLessOrEqual

Extends

Members

Name Description
_ : pentaho.type.spec.TypeReference

An inline type reference of the value's type.

property : string

The name of the property.

value : pentaho.type.spec.Element

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

Members Details

_: pentaho.type.spec.TypeReference

An inline type reference of the value's type.

Source: doc-js/pentaho/type/spec/IInstance.jsdoc, line 27

Inherited From: pentaho.type.spec.IInstance#_

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.spec.Element

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

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