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

IEnumType

pentaho.type.mixins.spec. IEnumType

The spec.IEnumType interface represents the specification made available to an element type by the enumeration mixin.

Source: doc-js/pentaho/type/mixins/spec/IEnumType.jsdoc, line 17

See also: pentaho.type.mixins.Enum

Members

Name Description
domain : Array.<pentaho.type.spec.Simple>

The list of valid values of the type.

Members Details

domain: Array.<pentaho.type.spec.Simple>

The list of valid values of the type.

Source: doc-js/pentaho/type/mixins/spec/IEnumType.jsdoc, line 26

See also: pentaho.type.mixins.EnumType#domain