cikraft
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
cikraft
flow-dsl
/
app.softwork.cikraft.integrationflow
/
WayPoint
Way
Point
@
Serializable
data
class
WayPoint
(
val
x
:
String
,
val
y
:
String
,
val
type
:
String
=
"dc:Point"
)
(
source
)
Members
Constructors
Way
Point
Link copied to clipboard
constructor
(
x
:
String
,
y
:
String
,
type
:
String
=
"dc:Point"
)
Properties
type
Link copied to clipboard
@
XmlSerialName
(
value
=
"type"
,
namespace
=
"http://www.w3.org/2001/XMLSchema-instance"
,
prefix
=
"xsi"
)
val
type
:
String
x
Link copied to clipboard
val
x
:
String
y
Link copied to clipboard
val
y
:
String