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

IMapping

pentaho.visual.role.spec. IMapping

The spec.IMapping interface describes the object form of an internal visual role mapping instance.

Source: doc-js/pentaho/visual/role/spec/IMapping.jsdoc, line 17

Extends

Example

{
 fields: ["family", "product"],
 modeFixed: {dataType: ["string"]}
}

Members

Name Description
_ : pentaho.type.spec.TypeReference

An inline type reference of the value's type.

fields : Array.<pentaho.visual.role.spec.MappingField>

The fields of the visual role mapping.

modeFixed : pentaho.visual.role.spec.IMode

The fixed mode of operation in which the associated visual role is to operate.

Members Details

_: pentaho.type.spec.TypeReference

An inline type reference of the value's type.

Source: doc-js/pentaho/type/spec/IInstance.jsdoc, line 27

Inherited From: pentaho.type.spec.IInstance#_

fields: Array.<pentaho.visual.role.spec.MappingField>

The fields of the visual role mapping.

Source: doc-js/pentaho/visual/role/spec/IAbstractMapping.jsdoc, line 34

Inherited From: pentaho.visual.role.spec.IAbstractMapping#fields

See also: pentaho.visual.role.AbstractMapping#fields

modeFixed: pentaho.visual.role.spec.IMode

The fixed mode of operation in which the associated visual role is to operate.

When specified, it must be equal to one of the operation modes of the associated visual role property; otherwise, the mapping is considered invalid.

Source: doc-js/pentaho/visual/role/spec/IMapping.jsdoc, line 32

See also: pentaho.visual.role.Mapping#modeFixed