Package com.blackhillsoftware.smf.smf98
Class ContextSummarySection
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf98.ContextSummarySection
SMF 98 record Context Summary Section.
Obtain from
-
Method Summary
Modifier and TypeMethodDescriptionstatic ContextSummarySection
create
(byte[] Data, int offset, int length) create is intended for internal use only.cvtldto()
SMF98_CVTLDTO as ZoneOffset.long
SMF98_CVTLDTO raw value.cvtlso()
SMF98_CVTLSO as a Duration.long
SMF98_CVTLSO raw value.double
SMF98_CVTLSO in seconds.ecvtldto()
SMF98_ECVTLDTO as ZoneOffset.SMF98_ECVTLDTO raw value.ecvtlso()
SMF98_ECVTLSO as a Duration.SMF98_ECVTLSO raw value.double
SMF98_ECVTLSO in seconds.SMF98_ExitSerialTOD as a Duration.long
SMF98_ExitSerialTOD raw value.double
SMF98_ExitSerialTOD in seconds.SMF98_ExitTimeUsed as a Duration.long
SMF98_ExitTimeUsed raw value.double
SMF98_ExitTimeUsed in seconds.long
hftsInfo()
SMF98_HftsInfo value.SMF98_Prodlevel value.int
SMF98_PrototypeIndex value.int
SMF98_ReleaseIndex value.int
SMF98_WithinReleaseIndex value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
hftsInfo
public long hftsInfo()SMF98_HftsInfo value.- Returns:
- long SMF98_HftsInfo value
-
releaseIndex
public int releaseIndex()SMF98_ReleaseIndex value.- Returns:
- int SMF98_ReleaseIndex value
-
withinReleaseIndex
public int withinReleaseIndex()SMF98_WithinReleaseIndex value.- Returns:
- int SMF98_WithinReleaseIndex value
-
prototypeIndex
public int prototypeIndex()SMF98_PrototypeIndex value.- Returns:
- int SMF98_PrototypeIndex value
-
prodlevel
SMF98_Prodlevel value.- Returns:
- String SMF98_Prodlevel value
-
exitSerialTod
SMF98_ExitSerialTOD as a Duration.- Returns:
- Duration SMF98_ExitSerialTOD
- See Also:
-
exitSerialTodSeconds
public double exitSerialTodSeconds()SMF98_ExitSerialTOD in seconds.- Returns:
- double SMF98_ExitSerialTOD converted to seconds
-
exitSerialTodRawValue
public long exitSerialTodRawValue()SMF98_ExitSerialTOD raw value.- Returns:
- long SMF98_ExitSerialTOD raw value
-
exitTimeUsed
SMF98_ExitTimeUsed as a Duration.- Returns:
- Duration SMF98_ExitTimeUsed
- See Also:
-
exitTimeUsedSeconds
public double exitTimeUsedSeconds()SMF98_ExitTimeUsed in seconds.- Returns:
- double SMF98_ExitTimeUsed converted to seconds
-
exitTimeUsedRawValue
public long exitTimeUsedRawValue()SMF98_ExitTimeUsed raw value.- Returns:
- long SMF98_ExitTimeUsed raw value
-
cvtldto
SMF98_CVTLDTO as ZoneOffset.- Returns:
- ZoneOffset SMF98_CVTLDTO
-
cvtldtoRawValue
public long cvtldtoRawValue()SMF98_CVTLDTO raw value.- Returns:
- long SMF98_CVTLDTO value
-
cvtlso
SMF98_CVTLSO as a Duration.- Returns:
- Duration SMF98_CVTLSO
- See Also:
-
cvtlsoSeconds
public double cvtlsoSeconds()SMF98_CVTLSO in seconds.- Returns:
- double SMF98_CVTLSO converted to seconds
-
cvtlsoRawValue
public long cvtlsoRawValue()SMF98_CVTLSO raw value.- Returns:
- long SMF98_CVTLSO raw value
-
ecvtldto
SMF98_ECVTLDTO as ZoneOffset.- Returns:
- ZoneOffset SMF98_ECVTLDTO
-
ecvtldtoRawValue
SMF98_ECVTLDTO raw value.- Returns:
- BigInteger SMF98_ECVTLDTO value
-
ecvtlso
SMF98_ECVTLSO as a Duration.- Returns:
- Duration SMF98_ECVTLSO
- See Also:
-
ecvtlsoSeconds
public double ecvtlsoSeconds()SMF98_ECVTLSO in seconds.- Returns:
- double SMF98_ECVTLSO converted to seconds
-
ecvtlsoRawValue
SMF98_ECVTLSO raw value.- Returns:
- long SMF98_ECVTLSO raw 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
-