java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.db2.section.Qw02252
-
Method Summary
Modifier and TypeMethodDescriptionstatic Qw02252
create
(byte[] Data, int offset, int length, SmfDb2Record parent) create is intended for internal use only.long
qw0225at()
QW0225AT value.long
qw0225ce()
QW0225CE value.long
qw0225db()
QW0225DB value.long
qw0225dw()
QW0225DW value.long
qw0225gw()
QW0225GW value.long
qw0225pf()
QW0225PF value.long
qw0225pl()
QW0225PL value.long
qw0225pt()
QW0225PT value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
qw0225at
public long qw0225at()QW0225AT value.- Returns:
- long QW0225AT value
-
qw0225db
public long qw0225db()QW0225DB value.- Returns:
- long QW0225DB value
-
qw0225ce
public long qw0225ce()QW0225CE value.- Returns:
- long QW0225CE value
-
qw0225dw
public long qw0225dw()QW0225DW value.- Returns:
- long QW0225DW value
-
qw0225gw
public long qw0225gw()QW0225GW value.- Returns:
- long QW0225GW value
-
qw0225pf
public long qw0225pf()QW0225PF value.- Returns:
- long QW0225PF value
-
qw0225pl
public long qw0225pl()QW0225PL value.- Returns:
- long QW0225PL value
-
qw0225pt
public long qw0225pt()QW0225PT value.- Returns:
- long QW0225PT value
-
create
create is intended for internal use only. Instances of this section are created by the parent record or section.- Parameters:
Data
- Array of bytes containing data for this sectionoffset
- Offset of this section in the datalength
- length of the section
-