IntEnumValue

fun fun interface IntEnumValue<V : Enum<V>> : EnumValue<V, Int>

An interface that provides integer field value for an enum.

Functions

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