Tegral
0.0.5-SNAPSHOT
jvm
tegral-prismakt-generator
/
guru.zoroark.tegral.prismakt.generator.protocol
/
DatamodelEnum
Datamodel
Enum
data
class
DatamodelEnum
(
val
name
:
String
,
val
values
:
List
<
EnumValue
>
,
val
dbName
:
String
?
=
null
,
val
documentation
:
String
?
=
null
)
Members
Constructors
Datamodel
Enum
Link copied to clipboard
constructor
(
name
:
String
,
values
:
List
<
EnumValue
>
,
dbName
:
String
?
=
null
,
documentation
:
String
?
=
null
)
Properties
db
Name
Link copied to clipboard
val
dbName
:
String
?
=
null
documentation
Link copied to clipboard
val
documentation
:
String
?
=
null
name
Link copied to clipboard
val
name
:
String
values
Link copied to clipboard
val
values
:
List
<
EnumValue
>