KotlinX-Schema
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KotlinX-Schema
kotlinx-schema-generator-core
/
kotlinx.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