elasticmagic-kt
0.0.30
elasticmagic
/
dev.evo.elasticmagic.types
/
KeywordEnumValue
Keyword
Enum
Value
fun
interface
KeywordEnumValue
<
V
:
Enum
<
V
>
>
:
EnumValue
<
V
,
String
>
An interface that provides string field value for an enum.
Functions
Functions
get
Link copied to clipboard
abstract
fun
get
(
v
:
V
)
:
String