EnumNames

class EnumNames<T : Enum<T>>(mappings: Map<T, String>) : Elicitation.Metadata<T, List<String>>

Constructors

Link copied to clipboard
constructor(mappings: Map<T, String>)

Properties

Link copied to clipboard
Link copied to clipboard
open override val value: List<String>

Functions

Link copied to clipboard
open override fun toString(): String