toggle menu
modelix.core
8.16.0
common
switch theme
search in API
modelql-core
/
org.modelix.modelql.core
/
WhenStep
/
Descriptor
Descriptor
@
Serializable
@
SerialName
(
value
=
"when"
)
class
Descriptor
(
val
cases
:
List
<
Pair
<
QueryId
,
QueryId
>
>
,
val
elseCase
:
QueryId
?
=
null
)
:
StepDescriptor
Members
Constructors
Descriptor
Link copied to clipboard
constructor
(
cases
:
List
<
Pair
<
QueryId
,
QueryId
>
>
,
elseCase
:
QueryId
?
=
null
)
Properties
cases
Link copied to clipboard
val
cases
:
List
<
Pair
<
QueryId
,
QueryId
>
>
else
Case
Link copied to clipboard
val
elseCase
:
QueryId
?
=
null
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