toggle menu
modelix.core
8.16.0
common
switch theme
search in API
modelql-untyped
/
org.modelix.modelql.untyped
/
SetReferenceStep
/
Descriptor
Descriptor
@
Serializable
@
SerialName
(
value
=
"untyped.setReference"
)
class
Descriptor
(
val
role
:
String
)
:
StepDescriptor
Members
Constructors
Descriptor
Link copied to clipboard
constructor
(
role
:
String
)
Properties
id
Link copied to clipboard
var
id
:
Int
?
owner
Link copied to clipboard
var
owner
:
QueryId
?
role
Link copied to clipboard
val
role
:
String
Functions
create
Step
Link copied to clipboard
open
override
fun
createStep
(
context
:
QueryDeserializationContext
)
:
IStep