Package com.blackhillsoftware.smf.smf89
Class ProductIntersectionData
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf89.ProductIntersectionData
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intConstant: 0x20 = 32static final intConstant: 0x08 = 8static final intConstant: 0x04 = 4static final intConstant: 0x10 = 16static final intConstant: 0x80 = 128static final intConstant: 0x40 = 64 -
Method Summary
Modifier and TypeMethodDescriptionstatic ProductIntersectionDatacreate(byte[] Data, int offset, int length) create is intended for internal use only.smf89cct()SMF89CCT as a Duration.doubleSMF89CCT raw value.doubleSMF89CCT in seconds.booleansmf89cfc()Return true ifSMF89CFCbit insmf89cfg()is set.intsmf89cfg()SMF89CFG value.booleansmf89cgo()Return true ifSMF89CGObit insmf89cfg()is set.booleanReturn true ifSMF89CHTRbit insmf89cfg()is set.smf89cni()SMF89CNI value.smf89cnp()SMF89CNP value.smf89cpi()SMF89CPI value.smf89cpn()SMF89CPN value.smf89cpo()SMF89CPO value.smf89cpq()SMF89CPQ value.smf89cpv()SMF89CPV value.booleansmf89ctc()Return true ifSMF89CTCbit insmf89cfg()is set.booleansmf89cuc()Return true ifSMF89CUCbit insmf89cfg()is set.booleansmf89cup()Return true ifSMF89CUPbit insmf89cfg()is set.smf89czt()SMF89CZT as a Duration.doubleSMF89CZT raw value.doubleSMF89CZT in seconds.smf89ipi()SMF89IPI value.smf89ipn()SMF89IPN value.smf89ipo()SMF89IPO value.smf89ipq()SMF89IPQ value.smf89ipv()SMF89IPV value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
SMF89CUC
public static final int SMF89CUCConstant: 0x80 = 128- See Also:
-
SMF89CUP
public static final int SMF89CUPConstant: 0x40 = 64- See Also:
-
SMF89CFC
public static final int SMF89CFCConstant: 0x20 = 32- See Also:
-
SMF89CTC
public static final int SMF89CTCConstant: 0x10 = 16- See Also:
-
SMF89CGO
public static final int SMF89CGOConstant: 0x08 = 8- See Also:
-
SMF89CHTR
public static final int SMF89CHTRConstant: 0x04 = 4- See Also:
-
-
Method Details
-
smf89cnp
SMF89CNP value.- Returns:
- String SMF89CNP value
-
smf89cpo
SMF89CPO value.- Returns:
- String SMF89CPO value
-
smf89cpn
SMF89CPN value.- Returns:
- String SMF89CPN value
-
smf89cpv
SMF89CPV value.- Returns:
- String SMF89CPV value
-
smf89cpq
SMF89CPQ value.- Returns:
- String SMF89CPQ value
-
smf89cpi
SMF89CPI value.- Returns:
- String SMF89CPI value
-
smf89cni
SMF89CNI value.- Returns:
- String SMF89CNI value
-
smf89ipo
SMF89IPO value.- Returns:
- String SMF89IPO value
-
smf89ipn
SMF89IPN value.- Returns:
- String SMF89IPN value
-
smf89ipv
SMF89IPV value.- Returns:
- String SMF89IPV value
-
smf89ipq
SMF89IPQ value.- Returns:
- String SMF89IPQ value
-
smf89ipi
SMF89IPI value.- Returns:
- String SMF89IPI value
-
smf89cfg
public int smf89cfg()SMF89CFG value.- Returns:
- int SMF89CFG value
-
smf89cuc
public boolean smf89cuc()Return true ifSMF89CUCbit insmf89cfg()is set.- Returns:
- boolean SMF89CUC bit is set in smf89cfg()
SMF89CUC = 0x80
-
smf89cup
public boolean smf89cup()Return true ifSMF89CUPbit insmf89cfg()is set.- Returns:
- boolean SMF89CUP bit is set in smf89cfg()
SMF89CUP = 0x40
-
smf89cfc
public boolean smf89cfc()Return true ifSMF89CFCbit insmf89cfg()is set.- Returns:
- boolean SMF89CFC bit is set in smf89cfg()
SMF89CFC = 0x20
-
smf89ctc
public boolean smf89ctc()Return true ifSMF89CTCbit insmf89cfg()is set.- Returns:
- boolean SMF89CTC bit is set in smf89cfg()
SMF89CTC = 0x10
-
smf89cgo
public boolean smf89cgo()Return true ifSMF89CGObit insmf89cfg()is set.- Returns:
- boolean SMF89CGO bit is set in smf89cfg()
SMF89CGO = 0x08
-
smf89chtr
public boolean smf89chtr()Return true ifSMF89CHTRbit insmf89cfg()is set.- Returns:
- boolean SMF89CHTR bit is set in smf89cfg()
SMF89CHTR = 0x04
-
smf89cct
SMF89CCT as a Duration.- Returns:
- Duration SMF89CCT
- See Also:
-
smf89cctSeconds
public double smf89cctSeconds()SMF89CCT in seconds.- Returns:
- double SMF89CCT converted to seconds
-
smf89cctRawValue
public double smf89cctRawValue()SMF89CCT raw value.- Returns:
- double SMF89CCT value
-
smf89czt
SMF89CZT as a Duration.- Returns:
- Duration SMF89CZT
- See Also:
-
smf89cztSeconds
public double smf89cztSeconds()SMF89CZT in seconds.- Returns:
- double SMF89CZT converted to seconds
-
smf89cztRawValue
public double smf89cztRawValue()SMF89CZT raw value.- Returns:
- double SMF89CZT 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
-