KeywordEnumValue

fun interface KeywordEnumValue<V : Enum<V>> : EnumValue<V, String>

An interface that provides string field value for an enum.

Functions

Link copied to clipboard
abstract fun get(v: V): String