ICollectionElement
pentaho.lang.ICollectionElement
The ICollectionElement
interface describes the minimum requirements of elements of a pentaho.lang.Collection
.
Source: doc-js/pentaho/lang/ICollectionElement.jsdoc, line 17
Extends
Members
Name | Description |
---|---|
elemName : | Gets the singular name of elements of this list. |
key : | Gets the key value. |
keyName : | Gets the singular name of the key value. |
Members Details
elemName: |
---|
Gets the singular name of elements of this list. For example, "attribute" would be the name of the elements of an "attributes" list. Source: doc-js/pentaho/lang/IListElement.jsdoc, line 26 Inherited From: pentaho.lang.IListElement#elemName |
key: |
---|
Gets the key value. If the value of key is the result of a non-trivial computation, it should be cached. Source: doc-js/pentaho/lang/IWithKey.jsdoc, line 38 Inherited From: pentaho.lang.IWithKey#key |
keyName: |
---|
Gets the singular name of the key value. For example, "name" would be the name of the key of an "attribute" and it would be valid under its model. Source: doc-js/pentaho/lang/IWithKey.jsdoc, line 27 Inherited From: pentaho.lang.IWithKey#keyName |