public final class Qw02255 extends SmfData
Modifier and Type | Method and Description |
---|---|
static Qw02255 |
create(byte[] Data,
int offset,
int length,
SmfDb2Record parent)
create is intended for internal use only.
|
long |
qw0225al()
QW0225AL value.
|
long |
qw0225alg()
QW0225ALG value, throws exception if QW0225ALG overflows 64 bit signed integer.
|
BigInteger |
qw0225algAsBigInteger()
QW0225ALG value as a BigInteger.
|
long |
qw0225ar()
QW0225AR value, throws exception if QW0225AR overflows 64 bit signed integer.
|
BigInteger |
qw0225arAsBigInteger()
QW0225AR value as a BigInteger.
|
long |
qw0225as()
QW0225AS value.
|
long |
qw0225asg()
QW0225ASG value, throws exception if QW0225ASG overflows 64 bit signed integer.
|
BigInteger |
qw0225asgAsBigInteger()
QW0225ASG value as a BigInteger.
|
long |
qw0225bb()
QW0225BB value, throws exception if QW0225BB overflows 64 bit signed integer.
|
BigInteger |
qw0225bbAsBigInteger()
QW0225BB value as a BigInteger.
|
long |
qw0225cd()
QW0225CD value, throws exception if QW0225CD overflows 64 bit signed integer.
|
BigInteger |
qw0225cdAsBigInteger()
QW0225CD value as a BigInteger.
|
long |
qw0225rp()
QW0225RP value, throws exception if QW0225RP overflows 64 bit signed integer.
|
BigInteger |
qw0225rpAsBigInteger()
QW0225RP value as a BigInteger.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public long qw0225al()
public long qw0225as()
public long qw0225alg()
IllegalArgumentException
- If the value of QW0225ALG exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in QW0225ALG).
Use qw0225algAsBigInteger()
if this is possible.public BigInteger qw0225algAsBigInteger()
qw0225alg()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long qw0225asg()
IllegalArgumentException
- If the value of QW0225ASG exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in QW0225ASG).
Use qw0225asgAsBigInteger()
if this is possible.public BigInteger qw0225asgAsBigInteger()
qw0225asg()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long qw0225bb()
IllegalArgumentException
- If the value of QW0225BB exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in QW0225BB).
Use qw0225bbAsBigInteger()
if this is possible.public BigInteger qw0225bbAsBigInteger()
qw0225bb()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long qw0225rp()
IllegalArgumentException
- If the value of QW0225RP exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in QW0225RP).
Use qw0225rpAsBigInteger()
if this is possible.public BigInteger qw0225rpAsBigInteger()
qw0225rp()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long qw0225cd()
IllegalArgumentException
- If the value of QW0225CD exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in QW0225CD).
Use qw0225cdAsBigInteger()
if this is possible.public BigInteger qw0225cdAsBigInteger()
qw0225cd()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long qw0225ar()
IllegalArgumentException
- If the value of QW0225AR exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in QW0225AR).
Use qw0225arAsBigInteger()
if this is possible.public BigInteger qw0225arAsBigInteger()
qw0225ar()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public static Qw02255 create(byte[] Data, int offset, int length, SmfDb2Record parent)
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.