kt-schema
Toggle table of contents
0.7.0
common
Target filter
common
Switch theme
Search in API
Skip to content
kt-schema
kt-schema-generator-core
/
me.kpavlov.kt.schema.generator.core.ir
/
EnumNode
Enum
Node
data
class
EnumNode
(
val
name
:
String
,
val
entries
:
List
<
String
>
,
val
description
:
String
?
=
null
)
:
TypeNode
(
source
)
Enum node with symbolic entries.
Members
Constructors
Enum
Node
Link copied to clipboard
constructor
(
name
:
String
,
entries
:
List
<
String
>
,
description
:
String
?
=
null
)
Properties
description
Link copied to clipboard
open
override
val
description
:
String
?
entries
Link copied to clipboard
val
entries
:
List
<
String
>
name
Link copied to clipboard
val
name
:
String