Package com.blackhillsoftware.smf.smf90
Class IplPromptSection
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf90.IplPromptSection
-
Method Summary
Modifier and TypeMethodDescriptionstatic IplPromptSectioncreate(byte[] Data, int offset, int length) create is intended for internal use only.smf90dtm()SMF90DTM as LocalTime.SMF90DTM String value.smf90dtt()SMF90DTT as a LocalDate.intSMF90DTT raw value.smf90itm()SMF90ITM as a LocalTime.longSMF90ITM raw valuesmf90opr()SMF90OPR value.smf90rsn()SMF90RSN value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
smf90dtm
SMF90DTM as LocalTime.- Returns:
- LocalTime SMF90DTM Time
- See Also:
-
smf90dtmRawValue
SMF90DTM String value.- Returns:
- String SMF90DTM value
-
smf90rsn
SMF90RSN value.- Returns:
- String SMF90RSN value
-
smf90opr
SMF90OPR value.- Returns:
- String SMF90OPR value
-
smf90itm
SMF90ITM as a LocalTime.- Returns:
- LocalTime SMF90ITM Time
- See Also:
-
smf90itmRawValue
public long smf90itmRawValue()SMF90ITM raw value- Returns:
- long SMF90ITM value
-
smf90dtt
SMF90DTT as a LocalDate.- Returns:
- LocalDate SMF90DTT Date
- See Also:
-
smf90dttRawValue
public int smf90dttRawValue()SMF90DTT raw value.- Returns:
- int SMF90DTT 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
-