Nexus
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Nexus
Nexus
/
br.com.gertec.nexus.domain.tables.model
/
TypeTableHeader
Type
Table
Header
data
class
TypeTableHeader
(
val
sRegLength
:
String
,
val
sRegType
:
String
,
val
sAcqId
:
String
,
val
sRegIndex
:
String
)
:
Parcelable
Members
Constructors
Type
Table
Header
Link copied to clipboard
constructor
(
sRegLength
:
String
,
sRegType
:
String
,
sAcqId
:
String
,
sRegIndex
:
String
)
Properties
s
Acq
Id
Link copied to clipboard
val
sAcqId
:
String
s
Reg
Index
Link copied to clipboard
val
sRegIndex
:
String
s
Reg
Length
Link copied to clipboard
val
sRegLength
:
String
s
Reg
Type
Link copied to clipboard
val
sRegType
:
String
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)