public final class BDE37AbendData extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
S42B37
Constant: 0x80 = 128
|
static int |
S42D37
Constant: 0x40 = 64
|
static int |
S42E37
Constant: 0x20 = 32
|
static int |
SMF4209A_LEN
Constant: 0x6C = 108
|
Modifier and Type | Method and Description |
---|---|
static BDE37AbendData |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
String |
s42aauid()
S42AAUID value.
|
int |
s42adisp()
S42ADISP value.
|
int |
s42adrlh()
3 byte S42ADRLH value.
|
long |
s42assat()
S42ASSAT value.
|
int |
s42astpn()
S42ASTPN value.
|
String |
s42asyid()
S42ASYID value.
|
boolean |
s42b37()
Return true if
S42B37 bit in s42flags() is set. |
boolean |
s42d37()
Return true if
S42D37 bit in s42flags() is set. |
String |
s42dsnme()
S42DSNME value.
|
int |
s42dsorg()
S42DSORG value.
|
boolean |
s42e37()
Return true if
S42E37 bit in s42flags() is set. |
int |
s42flags()
S42FLAGS value.
|
String |
s42jobn()
S42JOBN value.
|
int |
s42next()
S42NEXT value.
|
LocalDate |
s42rdsd()
S42RDSD as a LocalDate.
|
int |
s42rdsdRawValue()
S42RDSD raw value.
|
LocalTime |
s42rdst()
S42RDST as a LocalTime.
|
long |
s42rdstRawValue()
S42RDST raw value
|
long |
s42tntrk()
S42TNTRK value.
|
long |
s42ucbtp()
S42UCBTP value.
|
String |
s42volsr()
S42VOLSR value.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int S42B37
public static final int S42D37
public static final int S42E37
public static final int SMF4209A_LEN
public String s42asyid()
public String s42jobn()
public LocalTime s42rdst()
LocalTime
public long s42rdstRawValue()
public LocalDate s42rdsd()
LocalDate
public int s42rdsdRawValue()
public String s42aauid()
public int s42astpn()
public int s42flags()
public boolean s42b37()
S42B37
bit in s42flags()
is set.S42B37 = 0x80
public boolean s42d37()
S42D37
bit in s42flags()
is set.S42D37 = 0x40
public boolean s42e37()
S42E37
bit in s42flags()
is set.S42E37 = 0x20
public int s42dsorg()
public int s42adisp()
public String s42dsnme()
public String s42volsr()
public long s42ucbtp()
public int s42next()
public long s42tntrk()
public long s42assat()
public int s42adrlh()
public static BDE37AbendData create(byte[] Data, int offset, int length)
Data
- Array of bytes containing data for this sectionoffset
- Offset of this section in the datalength
- length of the sectionCopyright © 2020 Black Hill Software Pty Ltd. All rights reserved.