Class QwhsIfcidType
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.db2.section.QwhsIfcidType
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intConstant: 0x00 = 0static final intConstant: 0x01 = 1static final intConstant: 0x02 = 2static final intConstant: 0x03 = 3 -
Method Summary
Modifier and TypeMethodDescriptionstatic QwhsIfcidTypecreate(com.blackhillsoftware.smf.internal.Section Data, int offset, int length) create is intended for internal use only.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
QWHS0000
public static final int QWHS0000Constant: 0x00 = 0- See Also:
-
QWHS0001
public static final int QWHS0001Constant: 0x01 = 1- See Also:
-
QWHS0002
public static final int QWHS0002Constant: 0x02 = 2- See Also:
-
QWHS0003
public static final int QWHS0003Constant: 0x03 = 3- See Also:
-
-
Method Details
-
create
public static QwhsIfcidType create(com.blackhillsoftware.smf.internal.Section Data, int offset, int length) 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
-