kfx
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
kfx
wsdl-model
/
io.github.hfhbd.kfx.wsdl
/
Attribute
Attribute
@
Serializable
data
class
Attribute
(
val
name
:
String
,
val
type
:
String
?
=
null
,
val
use
:
String
?
=
null
,
val
annotation
:
Annotation
?
=
null
)
(
source
)
Members
Constructors
Attribute
Link copied to clipboard
constructor
(
name
:
String
,
type
:
String
?
=
null
,
use
:
String
?
=
null
,
annotation
:
Annotation
?
=
null
)
Properties
annotation
Link copied to clipboard
val
annotation
:
Annotation
?
name
Link copied to clipboard
val
name
:
String
type
Link copied to clipboard
val
type
:
String
?
use
Link copied to clipboard
val
use
:
String
?