FieldGroup

class FieldGroup

An object that defines a field group.

Properties

Link copied to clipboard
val contingencies: List<Contingency>

A collection of contingencies that define possible values for fields in this field group. It is possible for a field group to contain no contingencies (either because none were authored, or existing ones were deleted). In this scenario, the field group will offer no suggested values, and will not result in any violations.

Link copied to clipboard
val fields: List<String>

The collection of names of fields that participate in this field group.

Link copied to clipboard
val isEditingRestrictive: Boolean

A boolean indicating whether fields in this field group are restricted to this field group's contingent values.

Link copied to clipboard
val name: String

The name that uniquely identifies this field group.