kfx
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
kfx
xsd-model
/
io.github.hfhbd.kfx.xsd.model
/
Enumeration
Enumeration
@
Serializable
data
class
Enumeration
(
val
value
:
String
,
val
annotation
:
Annotation
?
=
null
)
(
source
)
Members
Constructors
Enumeration
Link copied to clipboard
constructor
(
value
:
String
,
annotation
:
Annotation
?
=
null
)
Properties
annotation
Link copied to clipboard
@
XmlSerialName
(
value
=
"annotation"
,
namespace
=
"http://www.w3.org/2001/XMLSchema"
)
val
annotation
:
Annotation
?
value
Link copied to clipboard
val
value
:
String