toggle menu
modelix.core
8.16.0
common
switch theme
search in API
model-api
/
org.modelix.model.data
/
EnumMemberData
Enum
Member
Data
@
Serializable
data
class
EnumMemberData
(
val
uid
:
String
,
val
name
:
String
,
val
presentation
:
String
?
=
null
)
Members
Constructors
Enum
Member
Data
Link copied to clipboard
constructor
(
uid
:
String
,
name
:
String
,
presentation
:
String
?
=
null
)
Properties
name
Link copied to clipboard
val
name
:
String
presentation
Link copied to clipboard
val
presentation
:
String
?
=
null
uid
Link copied to clipboard
val
uid
:
String