java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.db2.section.Qw02255
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Qw02255create(com.blackhillsoftware.smf.internal.Section Data, int offset, int length, SmfDb2Record parent) create is intended for internal use only.longqw0225al()QW0225AL value.longQW0225ALG value, throws exception if QW0225ALG overflows 64 bit signed integer.QW0225ALG value as a BigInteger.longqw0225ar()QW0225AR value, throws exception if QW0225AR overflows 64 bit signed integer.QW0225AR value as a BigInteger.longqw0225as()QW0225AS value.longQW0225ASG value, throws exception if QW0225ASG overflows 64 bit signed integer.QW0225ASG value as a BigInteger.longqw0225bb()QW0225BB value, throws exception if QW0225BB overflows 64 bit signed integer.QW0225BB value as a BigInteger.longqw0225cd()QW0225CD value, throws exception if QW0225CD overflows 64 bit signed integer.QW0225CD value as a BigInteger.longqw0225rp()QW0225RP value, throws exception if QW0225RP overflows 64 bit signed integer.QW0225RP value as a BigInteger.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
qw0225al
public long qw0225al()QW0225AL value.- Returns:
- long QW0225AL value
-
qw0225as
public long qw0225as()QW0225AS value.- Returns:
- long QW0225AS value
-
qw0225alg
public long qw0225alg()QW0225ALG value, throws exception if QW0225ALG overflows 64 bit signed integer.- Returns:
- long QW0225ALG
- Throws:
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). Useqw0225algAsBigInteger()if this is possible.
-
qw0225algAsBigInteger
QW0225ALG value as a BigInteger.qw0225alg()may provide better performance if the value will not exceed the maximum value for a signed long.- Returns:
- BigInteger QW0225ALG
-
qw0225asg
public long qw0225asg()QW0225ASG value, throws exception if QW0225ASG overflows 64 bit signed integer.- Returns:
- long QW0225ASG
- Throws:
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). Useqw0225asgAsBigInteger()if this is possible.
-
qw0225asgAsBigInteger
QW0225ASG value as a BigInteger.qw0225asg()may provide better performance if the value will not exceed the maximum value for a signed long.- Returns:
- BigInteger QW0225ASG
-
qw0225bb
public long qw0225bb()QW0225BB value, throws exception if QW0225BB overflows 64 bit signed integer.- Returns:
- long QW0225BB
- Throws:
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). Useqw0225bbAsBigInteger()if this is possible.
-
qw0225bbAsBigInteger
QW0225BB value as a BigInteger.qw0225bb()may provide better performance if the value will not exceed the maximum value for a signed long.- Returns:
- BigInteger QW0225BB
-
qw0225rp
public long qw0225rp()QW0225RP value, throws exception if QW0225RP overflows 64 bit signed integer.- Returns:
- long QW0225RP
- Throws:
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). Useqw0225rpAsBigInteger()if this is possible.
-
qw0225rpAsBigInteger
QW0225RP value as a BigInteger.qw0225rp()may provide better performance if the value will not exceed the maximum value for a signed long.- Returns:
- BigInteger QW0225RP
-
qw0225cd
public long qw0225cd()QW0225CD value, throws exception if QW0225CD overflows 64 bit signed integer.- Returns:
- long QW0225CD
- Throws:
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). Useqw0225cdAsBigInteger()if this is possible.
-
qw0225cdAsBigInteger
QW0225CD value as a BigInteger.qw0225cd()may provide better performance if the value will not exceed the maximum value for a signed long.- Returns:
- BigInteger QW0225CD
-
qw0225ar
public long qw0225ar()QW0225AR value, throws exception if QW0225AR overflows 64 bit signed integer.- Returns:
- long QW0225AR
- Throws:
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). Useqw0225arAsBigInteger()if this is possible.
-
qw0225arAsBigInteger
QW0225AR value as a BigInteger.qw0225ar()may provide better performance if the value will not exceed the maximum value for a signed long.- Returns:
- BigInteger QW0225AR
-
create
public static Qw02255 create(com.blackhillsoftware.smf.internal.Section Data, int offset, int length, SmfDb2Record parent) create is intended for internal use only. Instances of this section are created by the parent record or section.- Parameters:
Data- Array of bytes containing data for this sectionoffset- Offset of this section in the datalength- length of the section
-