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