Contingency

class Contingency

An object that defines a contingency.

Properties

Link copied to clipboard
val id: Int

The contingency's unique id.

Link copied to clipboard
val isRetired: Boolean

A boolean indicating if the contingency is retired or not. When a contingency is retired, it means that its presence in existing data is acceptable, but that it should not be presented as an option when editing. It is typically used to express that a value is no longer valid, such as using asbestos as a building material.

Link copied to clipboard
val subtype: FeatureSubtype?
Link copied to clipboard
val values: Map<String, ContingentValue>