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