Package com.blackhillsoftware.smf.smf90
Class SmfSwitchSection
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf90.SmfSwitchSection
-
Method Summary
Modifier and TypeMethodDescriptionstatic SmfSwitchSection
create
(byte[] Data, int offset, int length) create is intended for internal use only.smf90id()
SMF90ID as a LocalDate.int
SMF90ID raw value.smf90it()
SMF90IT as a LocalTime.long
SMF90IT raw valuesmf90snd()
SMF90SND value.smf90sod()
SMF90SOD value.smf90swn()
SMF90SWN value.smf90swo()
SMF90SWO value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
smf90swo
SMF90SWO value.- Returns:
- String SMF90SWO value
-
smf90swn
SMF90SWN value.- Returns:
- String SMF90SWN value
-
smf90it
SMF90IT as a LocalTime.- Returns:
- LocalTime SMF90IT Time
- See Also:
-
smf90itRawValue
public long smf90itRawValue()SMF90IT raw value- Returns:
- long SMF90IT value
-
smf90id
SMF90ID as a LocalDate.- Returns:
- LocalDate SMF90ID Date
- See Also:
-
smf90idRawValue
public int smf90idRawValue()SMF90ID raw value.- Returns:
- int SMF90ID value
-
smf90sod
SMF90SOD value.- Returns:
- String SMF90SOD value
-
smf90snd
SMF90SND value.- Returns:
- String SMF90SND 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
-