Categorical

The categorical rating scale with named categories and definitions for qualitative evaluation.

Constructors

Link copied to clipboard
constructor(value: List<CategoricalScaleDefinition>)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this RatingScale as a Categorical and retrieves its kotlin.collections.List value. Throws an exception if the RatingScale is not a Categorical.

Link copied to clipboard

Casts this RatingScale as a Categorical and retrieves its kotlin.collections.List value. Returns null if the RatingScale is not a Categorical.

Link copied to clipboard

Casts this RatingScale as a Numerical and retrieves its kotlin.collections.List value. Throws an exception if the RatingScale is not a Numerical.

Link copied to clipboard

Casts this RatingScale as a Numerical and retrieves its kotlin.collections.List value. Returns null if the RatingScale is not a Numerical.