Text

data class Text(val heading: String, val name: String, val parameterType: StudyParameterType, val defaultValue: String, val value: String) : StudyParameter

A text parameter of active study Study

Constructors

Link copied to clipboard
constructor(heading: String, name: String, parameterType: StudyParameterType, defaultValue: String, value: String)

Properties

Link copied to clipboard
val defaultValue: String

A default String value of text parameter

Link copied to clipboard
open override val heading: String

A user-friendly name of the parameter

Link copied to clipboard
open override val name: String

A name of a parameter to be used as identifier of a parameter

Link copied to clipboard

A parameter type

Link copied to clipboard
val value: String

A current String value of text parameter