java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.db2.section.Qwhd
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Qwhd
create
(byte[] Data, int offset, int length, SmfDb2Record parent) create is intended for internal use only.int
qwhdlen()
QWHDLEN value.qwhdprid()
QWHDPRID value.qwhdrqnm()
QWHDRQNM value.int
QWHDRQNM_Off value.qwhdsvnm()
QWHDSVNM value.int
QWHDSVNM_Off value.qwhdtstp()
QWHDTSTP STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).QWHDTSTP STCK value.int
qwhdtyp()
QWHDTYP value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
QWHDEND
public static final int QWHDENDConstant: 0x38 = 56- See Also:
-
-
Method Details
-
qwhdlen
public int qwhdlen()QWHDLEN value.- Returns:
- int QWHDLEN value
-
qwhdtyp
public int qwhdtyp()QWHDTYP value.- Returns:
- int QWHDTYP value
-
qwhdrqnm
QWHDRQNM value. The string is converted from EBCDIC or UTF8 depending on a flag value.- Returns:
- String QWHDRQNM value
-
qwhdtstp
QWHDTSTP STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).Use
qwhdtstpRawValue()
for a BigInteger containing the complete STCK value.- Returns:
- DateTime QWHDTSTP STCK converted to ZonedDateTime
- See Also:
-
qwhdtstpRawValue
QWHDTSTP STCK value.- Returns:
- BigInteger QWHDTSTP STCK value
-
qwhdsvnm
QWHDSVNM value. The string is converted from EBCDIC or UTF8 depending on a flag value.- Returns:
- String QWHDSVNM value
-
qwhdprid
QWHDPRID value.- Returns:
- String QWHDPRID value
-
qwhdrqnmOff
public int qwhdrqnmOff()QWHDRQNM_Off value.- Returns:
- int QWHDRQNM_Off value
-
qwhdsvnmOff
public int qwhdsvnmOff()QWHDSVNM_Off value.- Returns:
- int QWHDSVNM_Off 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
-