FillTrait.Level

class FillTrait.Level


Level name and its language-specific synonyms.

Summary

Public constructors

Level(levelName: String, levelValues: List<FillTrait.LevelSynonym>)

Creates the Level class.

Public properties

String

Internal name of the level.

List<FillTrait.LevelSynonym>

Synonyms of the level in each supported language.

Public constructors

Level

Level(
    levelName: String = "",
    levelValues: List<FillTrait.LevelSynonym> = emptyList()
)

Creates the Level class.

Public properties

levelName

val levelNameString

Internal name of the level. This can be non-user-friendly, and will be shared across all languages.

levelValues

val levelValuesList<FillTrait.LevelSynonym>

Synonyms of the level in each supported language.