Skip to main content

Pentaho+ documentation has moved!

The new product documentation portal is here. Check it out now at docs.hitachivantara.com

 

Hitachi Vantara Lumada and Pentaho Documentation

IListElement

pentaho.lang. IListElement

The IListElement interface describes the minimum requirements of elements of a pentaho.lang.List.

Source: doc-js/pentaho/lang/IListElement.jsdoc, line 17

Members

Name Description
elemName : string

Gets the singular name of elements of this list.

Members Details

elemName: string

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