java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf14.DasdExtension
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Constant: 0x10 = 16static final int
Constant: 0x40 = 64static final int
Constant: 0x80 = 128static final int
Constant: 0x20 = 32static final int
Constant: 0x80 = 128static final int
Constant: 0x40 = 64 -
Method Summary
Modifier and TypeMethodDescriptionstatic DasdExtension
create
(byte[] Data, int offset, int length) int
smf14edi()
SMF14EDI value.boolean
smf14eps()
Return true ifSMF14EPS
bit insmf14edi()
is set.boolean
Return true ifSMF14EXCPBAM
bit insmf14fg1()
is set.boolean
smf14ext()
Return true ifSMF14EXT
bit insmf14edi()
is set.int
smf14fg1()
SMF14FG1 value.boolean
smf14ino()
Return true ifSMF14INO
bit insmf14edi()
is set.boolean
smf14lge()
Return true ifSMF14LGE
bit insmf14fg1()
is set.int
smf14ner()
SMF14NER value.long
smf14ntr()
SMF14NTR value.long
smf14ntu()
SMF14NTU value.smf14opd()
SMF14OPD as a LocalDate.int
SMF14OPD raw value.boolean
smf14opo()
Return true ifSMF14OPO
bit insmf14edi()
is set.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
SMF14EXT
public static final int SMF14EXTConstant: 0x80 = 128- See Also:
-
SMF14OPO
public static final int SMF14OPOConstant: 0x40 = 64- See Also:
-
SMF14INO
public static final int SMF14INOConstant: 0x20 = 32- See Also:
-
SMF14EPS
public static final int SMF14EPSConstant: 0x10 = 16- See Also:
-
SMF14LGE
public static final int SMF14LGEConstant: 0x80 = 128- See Also:
-
SMF14EXCPBAM
public static final int SMF14EXCPBAMConstant: 0x40 = 64- See Also:
-
-
Method Details
-
smf14ntu
public long smf14ntu()SMF14NTU value.- Returns:
- long SMF14NTU value
-
smf14ntr
public long smf14ntr()SMF14NTR value.- Returns:
- long SMF14NTR value
-
smf14ner
public int smf14ner()SMF14NER value.- Returns:
- int SMF14NER value
-
smf14edi
public int smf14edi()SMF14EDI value.- Returns:
- int SMF14EDI value
-
smf14ext
public boolean smf14ext()Return true ifSMF14EXT
bit insmf14edi()
is set.- Returns:
- boolean SMF14EXT bit is set in smf14edi()
SMF14EXT = 0x80
-
smf14opo
public boolean smf14opo()Return true ifSMF14OPO
bit insmf14edi()
is set.- Returns:
- boolean SMF14OPO bit is set in smf14edi()
SMF14OPO = 0x40
-
smf14ino
public boolean smf14ino()Return true ifSMF14INO
bit insmf14edi()
is set.- Returns:
- boolean SMF14INO bit is set in smf14edi()
SMF14INO = 0x20
-
smf14eps
public boolean smf14eps()Return true ifSMF14EPS
bit insmf14edi()
is set.- Returns:
- boolean SMF14EPS bit is set in smf14edi()
SMF14EPS = 0x10
-
smf14fg1
public int smf14fg1()SMF14FG1 value.- Returns:
- int SMF14FG1 value
-
smf14lge
public boolean smf14lge()Return true ifSMF14LGE
bit insmf14fg1()
is set.- Returns:
- boolean SMF14LGE bit is set in smf14fg1()
SMF14LGE = 0x80
-
smf14excpbam
public boolean smf14excpbam()Return true ifSMF14EXCPBAM
bit insmf14fg1()
is set.- Returns:
- boolean SMF14EXCPBAM bit is set in smf14fg1()
SMF14EXCPBAM = 0x40
-
smf14opd
SMF14OPD as a LocalDate.- Returns:
- LocalDate SMF14OPD Date
- See Also:
-
smf14opdRawValue
public int smf14opdRawValue()SMF14OPD raw value.- Returns:
- int SMF14OPD value
-
create
-