toggle menu
modelix.core
8.16.0
jvm
switch theme
search in API
model-api-gen
/
org.modelix.metamodel.generator
/
ReferenceLinkData
Reference
Link
Data
@
Serializable
data
class
ReferenceLinkData
(
val
uid
:
String
?
=
null
,
val
name
:
String
,
val
type
:
String
,
val
optional
:
Boolean
=
true
)
:
IConceptFeatureData
Deprecated
use org.modelix.mode.data.*
Members
Constructors
Reference
Link
Data
Link copied to clipboard
constructor
(
uid
:
String
?
=
null
,
name
:
String
,
type
:
String
,
optional
:
Boolean
=
true
)
Properties
name
Link copied to clipboard
open
override
val
name
:
String
optional
Link copied to clipboard
val
optional
:
Boolean
=
true
type
Link copied to clipboard
val
type
:
String
uid
Link copied to clipboard
open
override
val
uid
:
String
?
=
null