java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.Token
com.blackhillsoftware.smf.db2.LuwId
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic LuwIdcreate(com.blackhillsoftware.smf.internal.Section Data, int offset, int length) create is intended for internal use only.intqwhslucc()QWHSLUCC value.qwhslunm()QWHSLUNM value.longqwhsluuv()6 byte QWHSLUUV value.qwhsnid()QWHSNID value.Convert the value of the Logical Unit of Work ID to a character string of hexadecimal digits.toString()Convert the value of the Logical Unit of Work ID to a String.Methods inherited from class com.blackhillsoftware.smf.Token
asHex, asString, basicToken, isZeros
-
Method Details
-
toString
Convert the value of the Logical Unit of Work ID to a String.The format produced by toString() may change in the future.
Different Logical Unit of Work IDs might produce the same string.
See
toHexString()for a more strictly defined string format. -
toHexString
Convert the value of the Logical Unit of Work ID to a character string of hexadecimal digits. -
qwhsnid
QWHSNID value.- Returns:
- String QWHSNID value
-
qwhslunm
QWHSLUNM value.- Returns:
- String QWHSLUNM value
-
qwhsluuv
public long qwhsluuv()6 byte QWHSLUUV value.- Returns:
- long QWHSLUUV value
-
qwhslucc
public int qwhslucc()QWHSLUCC value.- Returns:
- int QWHSLUCC 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
-