java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.db2.section.Qwht
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Qwht
create
(byte[] Data, int offset, int length, SmfDb2Record parent) create is intended for internal use only.long
qwhtalet()
QWHTALET value.boolean
qwhtalfg()
Return true ifQWHTALFG
bit inqwhtflg0()
is set.long
qwhtdata()
QWHTDATA value.int
qwhtdatl()
QWHTDATL value.int
qwhtdim()
QWHTDIM value.long
qwhteb()
QWHTEB value.long
qwhtexu()
QWHTEXU value.int
qwhtflag()
QWHTFLAG value.int
qwhtflg0()
QWHTFLG0 value.int
qwhtfunc()
QWHTFUNC value.int
QWHTFUNCG value.int
qwhthasi()
QWHTHASI value.int
qwhtlen()
QWHTLEN value.int
qwhtpasi()
QWHTPASI value.long
qwhtr0()
QWHTR0 value.long
qwhtr1()
QWHTR1 value.long
qwhtr14()
QWHTR14 value.int
qwhtr14a()
QWHTR14A value.long
qwhtr15()
QWHTR15 value.int
qwhttag()
QWHTTAG value.int
qwhttid()
QWHTTID value.int
qwhttyp()
QWHTTYP value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
QWHTALFG
public static final int QWHTALFGConstant: 0x20 = 32- See Also:
-
QWHTEND
public static final int QWHTENDConstant: 0x34 = 52- See Also:
-
-
Method Details
-
qwhtlen
public int qwhtlen()QWHTLEN value.- Returns:
- int QWHTLEN value
-
qwhttyp
public int qwhttyp()QWHTTYP value.- Returns:
- int QWHTTYP value
-
qwhtflg0
public int qwhtflg0()QWHTFLG0 value.- Returns:
- int QWHTFLG0 value
-
qwhtalfg
public boolean qwhtalfg()Return true ifQWHTALFG
bit inqwhtflg0()
is set.- Returns:
- boolean QWHTALFG bit is set in qwhtflg0()
QWHTALFG = 0x20
-
qwhttid
public int qwhttid()QWHTTID value.- Returns:
- int QWHTTID value
-
qwhttag
public int qwhttag()QWHTTAG value.- Returns:
- int QWHTTAG value
-
qwhtfunc
public int qwhtfunc()QWHTFUNC value.- Returns:
- int QWHTFUNC value
-
qwhteb
public long qwhteb()QWHTEB value.- Returns:
- long QWHTEB value
-
qwhtpasi
public int qwhtpasi()QWHTPASI value.- Returns:
- int QWHTPASI value
-
qwhtr14a
public int qwhtr14a()QWHTR14A value.- Returns:
- int QWHTR14A value
-
qwhtr14
public long qwhtr14()QWHTR14 value.- Returns:
- long QWHTR14 value
-
qwhtr15
public long qwhtr15()QWHTR15 value.- Returns:
- long QWHTR15 value
-
qwhtr0
public long qwhtr0()QWHTR0 value.- Returns:
- long QWHTR0 value
-
qwhtr1
public long qwhtr1()QWHTR1 value.- Returns:
- long QWHTR1 value
-
qwhtexu
public long qwhtexu()QWHTEXU value.- Returns:
- long QWHTEXU value
-
qwhtdim
public int qwhtdim()QWHTDIM value.- Returns:
- int QWHTDIM value
-
qwhthasi
public int qwhthasi()QWHTHASI value.- Returns:
- int QWHTHASI value
-
qwhtfuncg
public int qwhtfuncg()QWHTFUNCG value.- Returns:
- int QWHTFUNCG value
-
qwhtdata
public long qwhtdata()QWHTDATA value.- Returns:
- long QWHTDATA value
-
qwhtflag
public int qwhtflag()QWHTFLAG value.- Returns:
- int QWHTFLAG value
-
qwhtdatl
public int qwhtdatl()QWHTDATL value.- Returns:
- int QWHTDATL value
-
qwhtalet
public long qwhtalet()QWHTALET value.- Returns:
- long QWHTALET 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
-