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 : | A flag indicating whether the affix is required to be a suffix. |
anchorStart : | A flag indicating whether the affix is required to be a prefix. |
property : | The name of the property. |
value : | The value to which the property is expected to be an affix of. |
Members Details
anchorEnd: |
---|
A flag indicating whether the affix is required to be a suffix. Source: doc-js/pentaho/data/filter/spec/IIsLike.jsdoc, line 44 |
anchorStart: |
---|
A flag indicating whether the affix is required to be a prefix. Source: doc-js/pentaho/data/filter/spec/IIsLike.jsdoc, line 36 |
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 to which the property is expected to be an affix of. Source: doc-js/pentaho/data/filter/spec/IIsLike.jsdoc, line 28 |