Skip to main content
Hitachi Vantara Lumada and Pentaho Documentation

IIsLike

pentaho.data.filter.spec.IIsLike

The spec.IIsLike interface describes the information associated with an is-like filter.

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

See also:  pentaho.data.filter.IsLike

Extends

Members

Name Description
anchorEnd : pentaho.type.Boolean

A flag indicating whether the affix is required to be a suffix.

anchorStart : pentaho.type.Boolean

A flag indicating whether the affix is required to be a prefix.

property : string

The name of the property.

value : pentaho.type.UValue

The value to which the property is expected to be an affix of.

Members Details

anchorEnd: pentaho.type.Boolean

A flag indicating whether the affix is required to be a suffix.

Source: doc-js/pentaho/data/filter/spec/IIsLike.jsdoc, line 44

anchorStart: pentaho.type.Boolean

A flag indicating whether the affix is required to be a prefix.

Source: doc-js/pentaho/data/filter/spec/IIsLike.jsdoc, line 36

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 value to which the property is expected to be an affix of.

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