toggle menu
modelix.core
8.16.0
common
switch theme
search in API
modelql-core
/
org.modelix.modelql.core
/
ConstantSourceStep
/
Descriptor
Descriptor
@
Serializable
(
with
=
ConstantSourceStep.Descriptor.Serializer::class
)
@
SerialName
(
value
=
"monoSource"
)
class
Descriptor
(
val
element
:
Any
?
,
val
elementType
:
String
)
:
CoreStepDescriptor
Members
Constructors
Descriptor
Link copied to clipboard
constructor
(
element
:
Any
?
,
elementType
:
String
)
Types
Serializer
Link copied to clipboard
class
Serializer
:
KSerializer
<
ConstantSourceStep.Descriptor
>
Properties
element
Link copied to clipboard
val
element
:
Any
?
element
Type
Link copied to clipboard
val
elementType
:
String
id
Link copied to clipboard
@
Transient
var
id
:
Int
?
owner
Link copied to clipboard
var
owner
:
QueryId
?
Functions
create
Step
Link copied to clipboard
open
override
fun
createStep
(
context
:
QueryDeserializationContext
)
:
IStep