Skip to main content
Hitachi Vantara Lumada and Pentaho Documentation

IDiscreteDomainTypeProto

pentaho.type.facets.spec.IDiscreteDomainTypeProto

The spec.IDiscreteDomainTypeProto interface represents the specification made available to a refinement type by a discrete domain refinement facet.

Source: doc-js/pentaho/type/facets/spec/IDiscreteDomainTypeProto.jsdoc, line 17

Members

Name Description
domain : pentaho.type.List

The discrete domain of the type.

Members Details

domain: pentaho.type.List

The discrete domain of the type.

The domain attribute refines a type to a set of discrete values whose type is that of the representation type, pentaho.type.Refinement.Type#of.

If the ancestor refinement type has domain set, the specified set of values must be a subset of those.

Source: doc-js/pentaho/type/facets/spec/IDiscreteDomainTypeProto.jsdoc, line 26

See also:  pentaho.type.facets.DiscreteDomain#domain