KSLCore
Toggle table of contents
R1.2.2
jvm
Platform filter
jvm
Switch theme
Search in API
KSLCore
KSLCore
/
ksl.utilities.io.dbutil
/
ExpStatRepViewData
Exp
Stat
Rep
View
Data
data
class
ExpStatRepViewData
(
var
exp_name
:
String
=
""
,
var
stat_name
:
String
=
""
,
var
rep_id
:
Int
=
-1
,
var
rep_value
:
Double
?
=
null
)
:
TabularData
(
source
)
Members
Constructors
Exp
Stat
Rep
View
Data
Link copied to clipboard
constructor
(
exp_name
:
String
=
""
,
stat_name
:
String
=
""
,
rep_id
:
Int
=
-1
,
rep_value
:
Double
?
=
null
)
Properties
exp_
name
Link copied to clipboard
var
exp_name
:
String
rep_
id
Link copied to clipboard
var
rep_id
:
Int
rep_
value
Link copied to clipboard
var
rep_value
:
Double
?
stat_
name
Link copied to clipboard
var
stat_name
:
String