public final class DasdExtension extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
SMF14EPS
Constant: 0x10 = 16
|
static int |
SMF14EXCPBAM
Constant: 0x40 = 64
|
static int |
SMF14EXT
Constant: 0x80 = 128
|
static int |
SMF14INO
Constant: 0x20 = 32
|
static int |
SMF14LGE
Constant: 0x80 = 128
|
static int |
SMF14OPO
Constant: 0x40 = 64
|
Modifier and Type | Method and Description |
---|---|
static DasdExtension |
create(byte[] Data,
int offset,
int length) |
int |
smf14edi()
SMF14EDI value.
|
boolean |
smf14eps()
Return true if
SMF14EPS bit in smf14edi() is set. |
boolean |
smf14excpbam()
Return true if
SMF14EXCPBAM bit in smf14fg1() is set. |
boolean |
smf14ext()
Return true if
SMF14EXT bit in smf14edi() is set. |
int |
smf14fg1()
SMF14FG1 value.
|
boolean |
smf14ino()
Return true if
SMF14INO bit in smf14edi() is set. |
boolean |
smf14lge()
Return true if
SMF14LGE bit in smf14fg1() is set. |
int |
smf14ner()
SMF14NER value.
|
long |
smf14ntr()
SMF14NTR value.
|
long |
smf14ntu()
SMF14NTU value.
|
LocalDate |
smf14opd()
SMF14OPD as a LocalDate.
|
int |
smf14opdRawValue()
SMF14OPD raw value.
|
boolean |
smf14opo()
Return true if
SMF14OPO bit in smf14edi() is set. |
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int SMF14EXT
public static final int SMF14OPO
public static final int SMF14INO
public static final int SMF14EPS
public static final int SMF14LGE
public static final int SMF14EXCPBAM
public long smf14ntu()
public long smf14ntr()
public int smf14ner()
public int smf14edi()
public boolean smf14ext()
SMF14EXT
bit in smf14edi()
is set.SMF14EXT = 0x80
public boolean smf14opo()
SMF14OPO
bit in smf14edi()
is set.SMF14OPO = 0x40
public boolean smf14ino()
SMF14INO
bit in smf14edi()
is set.SMF14INO = 0x20
public boolean smf14eps()
SMF14EPS
bit in smf14edi()
is set.SMF14EPS = 0x10
public int smf14fg1()
public boolean smf14lge()
SMF14LGE
bit in smf14fg1()
is set.SMF14LGE = 0x80
public boolean smf14excpbam()
SMF14EXCPBAM
bit in smf14fg1()
is set.SMF14EXCPBAM = 0x40
public LocalDate smf14opd()
LocalDate
public int smf14opdRawValue()
public static DasdExtension create(byte[] Data, int offset, int length)
Copyright © 2020 Black Hill Software Pty Ltd. All rights reserved.