CodedValueDomainDescription

constructor(name: String, fieldType: FieldType, values: Iterable<CodedValueDescription>)

Creates a new coded value domain description with the specified name and coded values.

Since

200.1.0

Parameters

name

The coded value domain's name.

fieldType

The coded value domain's field type.

values

The coded value domain's coded values.