LinkType

Describes the type of link between a deficiency record and its source.

Used in row/field metadata to indicate what kind of linkage is being stored, enabling proper navigation and context display in deficiency capture workflows.

Entries

Link copied to clipboard

A field links to another field. Used when a standalone field references another standalone field.

Link copied to clipboard

A table row links to another table row. Used when a deficiency row references a specific row in another table.

Link copied to clipboard

A table row links to a field (not a row). Used when a deficiency row references a standalone field.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The string value stored in metadata (matches JS SDK format).

Functions

Link copied to clipboard
fun valueOf(value: String): LinkType

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.