public final class ProductSection extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
SMF89_zCBP
Constant: 0x08 = 8
|
static int |
SMF89LGA
Constant: 0x20 = 32
|
static int |
SMF89P1A
Constant: 0x80 = 128
|
static int |
SMF89SolutionEdition
Constant: 0x10 = 16
|
static int |
SMF89ZNA
Constant: 0x40 = 64
|
Modifier and Type | Method and Description |
---|---|
static ProductSection |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
int |
smf89CoremodeCp()
Deprecated.
Make capitalization more consistent with macro use
smf89CoreModeCp() |
int |
smf89CoreModeCp()
SMF89_CoreMode_CP value.
|
int |
smf89CoremodeZaap()
Deprecated.
Make capitalization more consistent with macro use
smf89CoreModeZaap() |
int |
smf89CoreModeZaap()
SMF89_CoreMode_zAAP value.
|
int |
smf89CoremodeZcbp()
Deprecated.
Make capitalization more consistent with macro use
smf89CoreModeZcbp() |
int |
smf89CoreModeZcbp()
SMF89_CoreMode_zCBP value.
|
int |
smf89CoremodeZiip()
Deprecated.
Make capitalization more consistent with macro use
smf89CoreModeZiip() |
int |
smf89CoreModeZiip()
SMF89_CoreMode_zIIP value.
|
String |
smf89cr()
SMF89CR value.
|
ZoneOffset |
smf89dto()
SMF89DTO as ZoneOffset.
|
long |
smf89dtoRawValue()
SMF89DTO raw value.
|
Duration |
smf89hof()
SMF89HOF as a Duration.
|
long |
smf89hofRawValue()
SMF89HOF raw value.
|
double |
smf89hofSeconds()
SMF89HOF in seconds.
|
LocalDate |
smf89ied()
SMF89IED as a LocalDate.
|
int |
smf89iedRawValue()
SMF89IED raw value.
|
LocalTime |
smf89iet()
SMF89IET as a LocalTime.
|
long |
smf89ietRawValue()
SMF89IET raw value
|
LocalDate |
smf89isd()
SMF89ISD as a LocalDate.
|
int |
smf89isdRawValue()
SMF89ISD raw value.
|
LocalTime |
smf89ist()
SMF89IST as a LocalTime.
|
long |
smf89istRawValue()
SMF89IST raw value
|
boolean |
smf89lga()
Return true if
SMF89LGA bit in smf89pfl() is set. |
String |
smf89osl()
SMF89OSL value.
|
boolean |
smf89p1a()
Return true if
SMF89P1A bit in smf89pfl() is set. |
int |
smf89pfl()
SMF89PFL value.
|
String |
smf89pnm()
SMF89PNM value.
|
long |
smf89rvn()
SMF89RVN value.
|
boolean |
smf89solutionedition()
Return true if
SMF89SolutionEdition bit in smf89pfl() is set. |
boolean |
smf89Zcbp()
Return true if
SMF89_zCBP bit in smf89pfl() is set. |
int |
smf89zep()
SMF89ZEP value.
|
boolean |
smf89zna()
Return true if
SMF89ZNA bit in smf89pfl() is set. |
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int SMF89P1A
public static final int SMF89ZNA
public static final int SMF89LGA
public static final int SMF89SolutionEdition
public static final int SMF89_zCBP
public String smf89pnm()
public long smf89rvn()
public String smf89osl()
public LocalTime smf89ist()
LocalTime
public long smf89istRawValue()
public LocalDate smf89isd()
LocalDate
public int smf89isdRawValue()
public LocalTime smf89iet()
LocalTime
public long smf89ietRawValue()
public LocalDate smf89ied()
LocalDate
public int smf89iedRawValue()
public int smf89pfl()
public boolean smf89p1a()
SMF89P1A
bit in smf89pfl()
is set.SMF89P1A = 0x80
public boolean smf89zna()
SMF89ZNA
bit in smf89pfl()
is set.SMF89ZNA = 0x40
public boolean smf89lga()
SMF89LGA
bit in smf89pfl()
is set.SMF89LGA = 0x20
public boolean smf89solutionedition()
SMF89SolutionEdition
bit in smf89pfl()
is set.SMF89SolutionEdition = 0x10
public boolean smf89Zcbp()
SMF89_zCBP
bit in smf89pfl()
is set.SMF89_zCBP = 0x08
public String smf89cr()
public int smf89zep()
public Duration smf89hof()
Duration
public double smf89hofSeconds()
public long smf89hofRawValue()
public ZoneOffset smf89dto()
public long smf89dtoRawValue()
public int smf89CoreModeCp()
@Deprecated public int smf89CoremodeCp()
smf89CoreModeCp()
public int smf89CoreModeZcbp()
@Deprecated public int smf89CoremodeZcbp()
smf89CoreModeZcbp()
public int smf89CoreModeZaap()
@Deprecated public int smf89CoremodeZaap()
smf89CoreModeZaap()
public int smf89CoreModeZiip()
@Deprecated public int smf89CoremodeZiip()
smf89CoreModeZiip()
public static ProductSection 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.