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