public final class FcdGlobalDataSection extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
R747GDCA
Constant: 0x80 = 128
|
static int |
R747GIAC
Constant: 0x40 = 64
|
static int |
R747GICV
Constant: 0x10 = 16
|
static int |
R747GIOD
Constant: 0x20 = 32
|
Modifier and Type | Method and Description |
---|---|
static FcdGlobalDataSection |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
int |
r747gcfl()
R747GCFL value.
|
boolean |
r747gdca()
Return true if
R747GDCA bit in r747gcfl() is set. |
boolean |
r747giac()
Return true if
R747GIAC bit in r747gcfl() is set. |
LocalDate |
r747gicd()
R747GICD as LocalDate.
|
String |
r747gicdRawValue()
R747GICD String value.
|
String |
r747gici()
R747GICI value.
|
LocalTime |
r747gict()
R747GICT as LocalTime.
|
String |
r747gictRawValue()
R747GICT String value.
|
boolean |
r747gicv()
Return true if
R747GICV bit in r747gcfl() is set. |
String |
r747ginm()
R747GINM value.
|
boolean |
r747giod()
Return true if
R747GIOD bit in r747gcfl() is set. |
String |
r747gisf()
R747GISF value.
|
int |
r747gnfd()
R747GNFD value.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int R747GDCA
public static final int R747GIAC
public static final int R747GIOD
public static final int R747GICV
public int r747gcfl()
public boolean r747gdca()
R747GDCA
bit in r747gcfl()
is set.R747GDCA = 0x80
public boolean r747giac()
R747GIAC
bit in r747gcfl()
is set.R747GIAC = 0x40
public boolean r747giod()
R747GIOD
bit in r747gcfl()
is set.R747GIOD = 0x20
public boolean r747gicv()
R747GICV
bit in r747gcfl()
is set.R747GICV = 0x10
public int r747gnfd()
public String r747ginm()
public String r747gisf()
public String r747gici()
public LocalDate r747gicd()
LocalDate
public String r747gicdRawValue()
public LocalTime r747gict()
LocalTime
public String r747gictRawValue()
public static FcdGlobalDataSection 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.